From 6fd1d294e5e85fc034add7089b5d74c6af2bb653 Mon Sep 17 00:00:00 2001 From: dami Date: Sun, 21 Dec 2025 14:53:26 +0800 Subject: [PATCH] update --- plugins/php/versions/84/install.sh | 2 +- plugins/php/versions/85/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php/versions/84/install.sh b/plugins/php/versions/84/install.sh index 2ada44dde..eb43e2a79 100755 --- a/plugins/php/versions/84/install.sh +++ b/plugins/php/versions/84/install.sh @@ -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 diff --git a/plugins/php/versions/85/install.sh b/plugins/php/versions/85/install.sh index d33d31605..69b4ff141 100755 --- a/plugins/php/versions/85/install.sh +++ b/plugins/php/versions/85/install.sh @@ -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