pull/632/head
Mr Chen 5 months ago
parent 5e6774ee63
commit e878f79ffc
  1. 2
      plugins/php/versions/52/install.sh
  2. 2
      plugins/php/versions/53/install.sh

@ -85,8 +85,6 @@ fi
OPTIONS='--without-iconv' OPTIONS='--without-iconv'
if [ $sysName == 'Darwin' ]; then if [ $sysName == 'Darwin' ]; then
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype"
else
OPTIONS="${OPTIONS} --with-readline"
fi fi
IS_64BIT=`getconf LONG_BIT` IS_64BIT=`getconf LONG_BIT`

@ -68,8 +68,6 @@ OPTIONS='--without-iconv'
if [ $sysName == 'Darwin' ]; then if [ $sysName == 'Darwin' ]; then
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype"
else
OPTIONS="${OPTIONS} --with-readline"
fi fi
IS_64BIT=`getconf LONG_BIT` IS_64BIT=`getconf LONG_BIT`

Loading…
Cancel
Save