From 7c55a64c5d1365f03004de40868560a96504d58d Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 21:53:20 +0800 Subject: [PATCH] Update intl.sh --- plugins/php/versions/53/intl.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/php/versions/53/intl.sh b/plugins/php/versions/53/intl.sh index e46e444e9..af69d31e4 100755 --- a/plugins/php/versions/53/intl.sh +++ b/plugins/php/versions/53/intl.sh @@ -45,7 +45,9 @@ Install_lib() cd $php_lib && tar xvf ${LIBNAME}-${LIBV}.tgz cd ${LIBNAME}-${LIBV} $serverPath/php/$version/bin/phpize - ./configure --with-php-config=$serverPath/php/$version/bin/php-config + ./configure --with-php-config=$serverPath/php/$version/bin/php-config \ + --with-icu-dir=${serverPath}/lib/icu + make && make install && make clean fi