Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable usage of sys_siglist function to workaround issues on alpine
Motivation: When we try to use our static compiled version on alpine it fails due missing sys_siglist. We can workaround this by letting apr use its own implementation. Modifications: Use ac_cv_have_decl_sys_siglist=no when compiling APR. Result: netty-tcnative-boringssl-static should be useable on alpine. Fixes #853
- Loading branch information