From 502295125aade6b1aa6f1abc6cd16f58aedb7fcc Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 3 Dec 2022 11:33:02 +0800 Subject: [PATCH] Update gettext.sh --- plugins/php/versions/common/gettext.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/php/versions/common/gettext.sh b/plugins/php/versions/common/gettext.sh index 0534abe18..f5f2e8ace 100755 --- a/plugins/php/versions/common/gettext.sh +++ b/plugins/php/versions/common/gettext.sh @@ -52,10 +52,10 @@ Install_lib() $serverPath/php/$version/bin/phpize ./configure --with-php-config=$serverPath/php/$version/bin/php-config - FIND_C99=`cat Makefile|grep c99` - if [ "$FIND_C99" == "" ];then - sed -i $BAK 's/CFLAGS \=/CFLAGS \= -std=c99/g' Makefile - fi + # FIND_C99=`cat Makefile|grep c99` + # if [ "$FIND_C99" == "" ];then + # sed -i $BAK 's/CFLAGS \=/CFLAGS \= -std=c99/g' Makefile + # fi make clean && make && make install && make clean