From aede67baff02b324f2e59cb5f1a1ac08d0b4d1c5 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 28 Jun 2022 21:09:52 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/74/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index 6267eca9a..5718044a5 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -49,7 +49,10 @@ if [ $sysName == 'Darwin' ]; then export LDFLAGS="-L/usr/local/opt/libxml2/lib" else OPTIONS="--with-iconv=${serverPath}/lib/libiconv" - OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" + OPTIONS="${OPTIONS} --enable-gd" + OPTIONS="${OPTIONS} --enable-gd-jis-conv" + + OPTIONS="${OPTIONS} --with-webp --with-webp-dir=/usr/lib" OPTIONS="${OPTIONS} --with-jpeg --with-jpeg-dir=/usr/lib" OPTIONS="${OPTIONS} --with-curl" fi