From b998234dec932c4a28e4a2e37c1c5550c47254fc Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 2 Jul 2022 16:53:28 +0800 Subject: [PATCH] Update gd.sh --- plugins/php/versions/52/gd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/php/versions/52/gd.sh b/plugins/php/versions/52/gd.sh index 4a05b6046..3a6e9fe50 100755 --- a/plugins/php/versions/52/gd.sh +++ b/plugins/php/versions/52/gd.sh @@ -54,8 +54,7 @@ Install_lib() --with-gd \ --with-jpeg-dir=/usr/lib \ --with-freetype-dir=${serverPath}/lib/freetype_old \ - --enable-gd-native-ttf \ - --enable-gd-jis-conv + --enable-gd-native-ttf make clean && make && make install && make clean