Add --enable-openssl-method to socat build configuration

This commit is contained in:
Romain Labolle 2023-09-11 18:46:31 +02:00 committed by GitHub
parent ab7a02f0dd
commit 0aab614378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ 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 \
--enable-openssl-method \
--host="$(get_host_triple)"
make -j4
strip socat