macros: guard ipv6 code with SYSLOG_NG_ENABLE_IPV6#4880
macros: guard ipv6 code with SYSLOG_NG_ENABLE_IPV6#4880alltilla merged 1 commit intosyslog-ng:masterfrom petermarko:fix/ipv6-disable
Conversation
With ipv6 disabled, there are linking errors currently. This fixes it by not using the symbols when IPv6 is disabled. Solves #4810 with my config options https://github.com/openembedded/meta-openembedded/blob/2487e65ee3842b6ae0c7a2628985be6189ed9ebf/meta-oe/recipes-support/syslog-ng/syslog-ng_4.6.0.bb Signed-off-by: Peter Marko <[email protected]>
|
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
1 similar comment
|
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
|
@kira-syslogng ok to test |
|
Thank you! |
Sumbitted to syslog-ng/syslog-ng#4880 Signed-off-by: Peter Marko <[email protected]> Signed-off-by: Khem Raj <[email protected]>
|
@petermarko BTW: what is the use case behind disabling IPv6 support in syslog-ng? It does not pull in any additional dependencies. |
|
@czanik there is no special syslog-ng related usecase behind it. We use yocto/openembedded (as I linked in the description) and since we don't enable ipv6 in one of our distros (for multiple other reasons), yocto automatically passes --disable-ipv6 option and the build failed. |
Sumbitted to syslog-ng/syslog-ng#4880 Signed-off-by: Peter Marko <[email protected]> Signed-off-by: Khem Raj <[email protected]>
With ipv6 disabled, there are linking errors currently. This fixes it by not using the symbols when IPv6 is disabled.
Solves #4810 with my config options
https://github.com/openembedded/meta-openembedded/blob/2487e65ee3842b6ae0c7a2628985be6189ed9ebf/meta-oe/recipes-support/syslog-ng/syslog-ng_4.6.0.bb