Update imagemagick.sh

pull/109/head
midoks 5 years ago
parent 581fb2a3d5
commit 2f857be7af
  1. 5
      plugins/php/versions/56/imagemagick.sh

@ -45,10 +45,7 @@ Install_lib()
$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 clean && make && make install && make clean
fi

Loading…
Cancel
Save