From bc85633e80cd7c6dd8974d7c901235a974d30c3a Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Jul 2020 13:14:20 +0800 Subject: [PATCH] Update imagemagick.sh --- plugins/php/versions/54/imagemagick.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/php/versions/54/imagemagick.sh b/plugins/php/versions/54/imagemagick.sh index d0913b6ea..fd3b56061 100755 --- a/plugins/php/versions/54/imagemagick.sh +++ b/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