pull/130/head
midoks 3 years ago
parent 23d3a5351d
commit f8acbaa417
  1. 1
      plugins/php/versions/81/install.sh
  2. 1
      plugins/php/versions/82/install.sh

@ -50,7 +50,6 @@ if [ $sysName == 'Darwin' ]; then
export LDFLAGS="-L/usr/local/opt/libxml2/lib"
else
OPTIONS='--without-iconv'
# OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-curl"
fi

@ -42,7 +42,6 @@ OPTIONS=''
if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
OPTIONS="${OPTIONS} --with-curl=${serverPath}/lib/curl"
# OPTIONS="${OPTIONS} --enable-zip"
else
OPTIONS='--without-iconv'
OPTIONS="${OPTIONS} --with-curl"

Loading…
Cancel
Save