From 2f857be7afff09fd0926c532f514160ca38e13c2 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Jul 2020 15:05:43 +0800 Subject: [PATCH] Update imagemagick.sh --- plugins/php/versions/56/imagemagick.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/php/versions/56/imagemagick.sh b/plugins/php/versions/56/imagemagick.sh index 32d8ce854..2497fb969 100755 --- a/plugins/php/versions/56/imagemagick.sh +++ b/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