Update zlib.sh

This commit is contained in:
midoks 2021-12-10 05:05:19 +08:00
parent c8e6a22ddd
commit ba75693146
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ Install_lib()
cd $sourcePath/php${version}/ext/${LIBNAME}
if [ ! -f "config.m4" ];then
mv config0.m4 config.m4
fi
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean