Update imagemagick.sh

pull/109/head
midoks 5 years ago
parent 772daa297f
commit bc85633e80
  1. 4
      plugins/php/versions/54/imagemagick.sh

@ -44,9 +44,7 @@ Install_lib()
cd ${LIBNAME}-${LIBV}
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-memcache --with-zlib-dir=$serverPath/lib/zlib \
--with-libmemcached-dir=$serverPath/lib/libmemcached
make && make install && make clean
&& make && make install && make clean
fi

Loading…
Cancel
Save