You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments