This commit is contained in:
dami 2025-12-21 14:53:26 +08:00
parent d48c7271c0
commit 6fd1d294e5
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ if [ "$sysName" == "Darwin" ];then
export OPENSSL_LIBS="-L/${LIB_DEPEND_DIR}/lib -lssl -lcrypto -lz"
else
# cd ${rootPath}/plugins/php/lib && /bin/bash openssl_35.sh
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig
# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig
OPTIONS="$OPTIONS --with-openssl"
fi

View File

@ -122,7 +122,7 @@ if [ "$sysName" == "Darwin" ];then
else
echo "lib"
# cd ${rootPath}/plugins/php/lib && /bin/bash openssl_35.sh
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig
# export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl35/lib/pkgconfig
OPTIONS="$OPTIONS --with-openssl"
fi