-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samba: avoid conflicting with /usr/bin/{mdfind,profiles} #81592
samba: avoid conflicting with /usr/bin/{mdfind,profiles} #81592
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change that rather heavy-handed -include
in CFLAGS
too?
Also, you should probably bump the revision
so that users who have this installed get the update to the formula with brew upgrade
.
62ac921
to
5212fc3
Compare
Applying this patch is enough? https://attachments.samba.org/attachment.cgi?id=16579 (from https://bugzilla.samba.org/show_bug.cgi?id=14680 )
Thanks, updated |
5212fc3
to
52a5105
Compare
The patch is fine. It'll be easier to notice that it needs removing anyway. Please indicate in a comment when the patch can be removed. |
52a5105
to
c9b75cd
Compare
Rename samba version of {mdfind,profiles} to samba-dot-org-{mdfind,profiles} to avoid conflicting with macOS systemd binaries /usr/bin/{mdfind,profiles} The "samba-dot-org-" prefix corresponds to samba-dot-org-smbd. Also remove custom CFLAGS. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
c9b75cd
to
c6588bd
Compare
🤖 A scheduled task has triggered a merge. |
Rename samba version of
{mdfind,profiles}
tosamba-dot-org-{mdfind,profiles}
to avoid conflicting with macOS systemd binaries/usr/bin/{mdfind,profiles}
The "samba-dot-org-" prefix corresponds to
samba-dot-org-smbd
.Also remove custom
CFLAGS
.Follow-up to #80171
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?