Skip to content

Commit

Permalink
Continue work to build openSSL statically.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Nov 28, 2019
1 parent da28507 commit 7f4865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ tar -zxvf "Python-$PY_VER.tgz" &> /dev/null

cd "Python-$PY_VER"
large_echo "Configure Python"
./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib" --with-openssl="$OPENSSL_ROOT" --prefix="$CURRENT_DIR/python"
./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS="-I$OPENSSL_ROOT/include -I$OPENSSL_ROOT/include/openssl" LDFLAGS="-L$OPENSSL_ROOT/lib -l:libssl.a" --with-openssl="$OPENSSL_ROOT" --prefix="$CURRENT_DIR/python"
large_echo "Build Python"
make altinstall

0 comments on commit 7f4865a

Please sign in to comment.