Update zlib.sh
This commit is contained in:
parent
c8e6a22ddd
commit
ba75693146
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue