From cb32c8c4afa3a394f4e0c78a4ea83f97f4fcb26f Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 26 Jun 2022 05:12:24 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/80/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/php/versions/80/install.sh b/plugins/php/versions/80/install.sh index 7aa680012..8e75a734e 100755 --- a/plugins/php/versions/80/install.sh +++ b/plugins/php/versions/80/install.sh @@ -49,10 +49,7 @@ if [ $sysName == 'Darwin' ]; then export LDFLAGS="-L/usr/local/opt/libxml2/lib" else OPTIONS="--with-iconv=${serverPath}/lib/libiconv" - OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" - OPTIONS="${OPTIONS} --with-gd" OPTIONS="${OPTIONS} --with-curl" - OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip" fi