From a696e8d01897d3545f01b373634f771c9150bb22 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 22 Nov 2019 13:13:19 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/55/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/versions/55/install.sh b/plugins/php/versions/55/install.sh index 83fb8a026..68d975603 100755 --- a/plugins/php/versions/55/install.sh +++ b/plugins/php/versions/55/install.sh @@ -31,6 +31,7 @@ if [ $sysName == 'Darwin' ]; then OPTIONS="${OPTIONS} --with-curl=${serverPath}/lib/curl" else OPTIONS="--with-iconv=${serverPath}/lib/libiconv" + OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" OPTIONS="${OPTIONS} --with-curl" fi