|
|
@ -56,6 +56,7 @@ fi |
|
|
|
ZIP_OPTION='--enable-zip' |
|
|
|
ZIP_OPTION='--enable-zip' |
|
|
|
libzip_version=`pkg-config libzip --modversion` |
|
|
|
libzip_version=`pkg-config libzip --modversion` |
|
|
|
if version_lt "$libzip_version" "0.11.0" ;then |
|
|
|
if version_lt "$libzip_version" "0.11.0" ;then |
|
|
|
|
|
|
|
cd ${rootPath}/plugins/php/lib && /bin/bash libzip.sh |
|
|
|
export PKG_CONFIG_PATH=$serverPath/lib/libzip/lib/pkgconfig |
|
|
|
export PKG_CONFIG_PATH=$serverPath/lib/libzip/lib/pkgconfig |
|
|
|
ZIP_OPTION="--with-libzip=$serverPath/lib/libzip" |
|
|
|
ZIP_OPTION="--with-libzip=$serverPath/lib/libzip" |
|
|
|
fi |
|
|
|
fi |
|
|
|