From 913cb863c2922fadb58b637471c85d1824f8a92a Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 17 Jul 2022 17:19:19 +0800 Subject: [PATCH] Update gd_old.sh --- plugins/php/versions/common/gd_old.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/gd_old.sh b/plugins/php/versions/common/gd_old.sh index 1016f205b..1f1c35682 100755 --- a/plugins/php/versions/common/gd_old.sh +++ b/plugins/php/versions/common/gd_old.sh @@ -73,7 +73,7 @@ Install_lib() ./configure --with-php-config=$serverPath/php/$version/bin/php-config \ --with-gd \ --with-jpeg-dir \ - --with-freetype-dir=/usr/local \ + --with-freetype-dir \ --enable-gd-jis-conv \ --enable-gd-native-ttf make clean && make && make install && make clean