Useful openssl build flag
This commit is contained in:
parent
2d029ca614
commit
fcca89b052
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ build_socat() {
|
|||
CPPFLAGS="-I${BUILD_DIRECTORY} -I${BUILD_DIRECTORY}/openssl/include -DNETDB_INTERNAL=-1" \
|
||||
LDFLAGS="-L${BUILD_DIRECTORY}/readline -L${BUILD_DIRECTORY}/ncurses/lib -L${BUILD_DIRECTORY}/openssl" \
|
||||
./configure \
|
||||
--host="$(get_host_triple)"
|
||||
--host="$(get_host_triple)" \
|
||||
--enable-openssl-method
|
||||
make -j4
|
||||
strip socat
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue