From 7f94b29a669b403e3652a2ec4e2c0616d8364fdc Mon Sep 17 00:00:00 2001 From: Teddysun Date: Mon, 27 Jul 2020 10:36:55 +0900 Subject: [PATCH] Update comments Fixed issue #170 #171 Signed-off-by: Teddysun --- include/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/php.sh b/include/php.sh index a0de8eb..3efb1b1 100644 --- a/include/php.sh +++ b/include/php.sh @@ -48,7 +48,7 @@ install_php(){ else with_pcre="--with-pcre-dir=${depends_prefix}/pcre" with_libxml="--with-libxml-dir" - with_icu="--with-icu-dir" + with_icu="--with-icu-dir=/usr" with_onig="--with-onig" enable_wddx="--enable-wddx" enable_zip="--enable-zip"