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