update
This commit is contained in:
parent
d48c7271c0
commit
6fd1d294e5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue