Add --disable-syslog configure option#1618
Merged
alejandro-colomar merged 1 commit intoMay 3, 2026
Merged
Conversation
be8177d to
7ce73d8
Compare
7ce73d8 to
a11d1aa
Compare
lslebodn
reviewed
Apr 28, 2026
Karlson2k
reviewed
Apr 28, 2026
a11d1aa to
e17717e
Compare
Karlson2k
reviewed
Apr 29, 2026
It allows build systems like Yocto to disable syslog calls during native builds, preventing log spam on the build host. Closes: <shadow-maint#1610> Signed-off-by: Dmitry Sakhonchik <frezidok1@gmail.com>
e17717e to
7da9a45
Compare
Member
|
Thanks. As I don't regularly use autoconf, I tested by creating a minimal configure.ac: Looks good, thanks. |
hallyn
approved these changes
May 3, 2026
Member
|
(Please feel free to merge after tests pass. I would enable auto-merge, but that button's not showing up... 🤷) |
Collaborator
|
I'll merge, from what you've said. I haven't reviewed myself. I assume everyone's happy with the code. If anyone disagrees, feel free to complain. |
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
May 11, 2026
Upstream has accepted configure option and merged it into their master branch. shadow-maint/shadow#1618 After they release v4.20 we can remove the patch and rewrite recipe with the configure option. Fixes [YOCTO #15785] Signed-off-by: Dmitry Sakhonchik <frezidok1@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
kraj
pushed a commit
to YoeDistro/openembedded-core
that referenced
this pull request
May 12, 2026
Upstream has accepted configure option and merged it into their master branch. shadow-maint/shadow#1618 After they release v4.20 we can remove the patch and rewrite recipe with the configure option. Fixes [YOCTO #15785] Signed-off-by: Dmitry Sakhonchik <frezidok1@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements
--disable-syslogconfiguration option, as discussed in #1610Addresses #1610