Skip to content

Commit 018d07b

Browse files
committed
Continue work to build openSSL statically.
1 parent da28507 commit 018d07b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tar -zxvf "Python-$PY_VER.tgz" &> /dev/null
2222

2323
cd "Python-$PY_VER"
2424
large_echo "Configure Python"
25+
export LD_RUN_PATH=$OPENSSL_ROOT/lib
2526
./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib" --with-openssl="$OPENSSL_ROOT" --prefix="$CURRENT_DIR/python"
2627
large_echo "Build Python"
2728
make altinstall

0 commit comments

Comments
 (0)