|
|
@ -44,10 +44,8 @@ Install_lib() |
|
|
|
cd $php_lib/${LIBNAME}-${LIBV} |
|
|
|
cd $php_lib/${LIBNAME}-${LIBV} |
|
|
|
|
|
|
|
|
|
|
|
$serverPath/php/$version/bin/phpize |
|
|
|
$serverPath/php/$version/bin/phpize |
|
|
|
LIB_DEPEND_DIR=`brew info imagemagick | grep /usr/local/Cellar/imagemagick | cut -d \ -f 1 | awk 'END {print}'` |
|
|
|
|
|
|
|
./configure --with-php-config=$serverPath/php/$version/bin/php-config \ |
|
|
|
./configure --with-php-config=$serverPath/php/$version/bin/php-config \ |
|
|
|
--with-imagick=$LIB_DEPEND_DIR |
|
|
|
&& make clean && make && make install && make clean |
|
|
|
make && make install && make clean |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|