From 8ec3b66f20abb82f65d520c4bd5ccd29d80c2974 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 29 Nov 2024 02:24:37 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/53/install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/php/versions/53/install.sh b/plugins/php/versions/53/install.sh index 839d8dcb0..151fafc88 100755 --- a/plugins/php/versions/53/install.sh +++ b/plugins/php/versions/53/install.sh @@ -65,9 +65,10 @@ fi # OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" # OPTIONS="${OPTIONS} --with-jpeg --with-jpeg-dir=/usr/lib" OPTIONS='--without-iconv' -if [ $sysName == 'Darwin' ]; then - OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" -fi + +# if [ $sysName == 'Darwin' ]; then +# OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" +# fi IS_64BIT=`getconf LONG_BIT` if [ "$IS_64BIT" == "64" ];then