Update install.sh

pull/143/head
midoks 3 years ago
parent 9d20ed1c3e
commit ac547e4b88
  1. 4
      plugins/php/versions/74/install.sh

@ -64,7 +64,9 @@ echo "$sourcePath/php/php${PHP_VER}"
ZIP_OPTION='--with-zip'
libzip_version=`pkg-config libzip --modversion`
if [ "$libzip_version" -lt "0.11" ];then
if [ `echo "$libzip_version < 0.11"|bc` -eq 1 ];then
ZIP_OPTION="--with-zip=${serverPath}/lib/libzip"
fi

Loading…
Cancel
Save