-
-
Notifications
You must be signed in to change notification settings - Fork 179
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 (#…
…854) 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
1 parent
8c7af41
commit 35e51e0
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ RUN yum install -y \ | |
tar \ | ||
unzip \ | ||
wget \ | ||
which \ | ||
zip | ||
|
||
RUN mkdir $SOURCE_DIR | ||
|
This file contains 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
This file contains 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