Skip to content

Commit

Permalink
Fix OpenSSL in static mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 23, 2023
1 parent 69f8852 commit f6d9184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ function build_openssl {
local OPENSSL_CMD="./Configure $OPENSSL_TARGET"
fi
if [ "$DO_STATIC" == "yes" ]; then
local EXTRA_FLAGS="no-shared"
local EXTRA_FLAGS="no-shared -static"
else
local EXTRA_FLAGS="shared"
fi
Expand Down

0 comments on commit f6d9184

Please sign in to comment.