Bug#1104500: apr: kernel influences built binaries
Chris Hofstaedtler <[email protected]> Thu, 1 May 2025 12:09:49 +0200
| Newsgroups | gmane.linux.debian.devel.apache |
|---|---|
| Message-ID | <tiv4ypqjeozfquceiq6vlfl64og57ngcujoi3antstfikzmcji__4430.33508943103$1746094345$gmane$org@j4c7rhch24g4> |
Source: apr Version: 1.7.5-1 User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected] Hi, apr varies its build based upon availability of the SCTP protocol in the running kernel. apr's amd64 binaries, built over 250 days ago, have #define APR_HAVE_SCTP 0 Rebuilding apr on a current kernel produces #define APR_HAVE_SCTP 1 Please consider statically enabling --enable-sctp instead of having it autodetect based on the running kernel. Thanks, Chris