|
@@ -4,10 +4,9 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-PHP_IMAGICK_VERSION = 3.1.2
|
|
|
|
|
|
+PHP_IMAGICK_VERSION = 3.4.1
|
|
PHP_IMAGICK_SOURCE = imagick-$(PHP_IMAGICK_VERSION).tgz
|
|
PHP_IMAGICK_SOURCE = imagick-$(PHP_IMAGICK_VERSION).tgz
|
|
-# pecl.php.net returns html with db connect failed
|
|
|
|
-PHP_IMAGICK_SITE = http://sources.buildroot.net
|
|
|
|
|
|
+PHP_IMAGICK_SITE = http://pecl.php.net/get
|
|
PHP_IMAGICK_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
|
|
PHP_IMAGICK_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
|
|
--with-imagick=$(STAGING_DIR)/usr
|
|
--with-imagick=$(STAGING_DIR)/usr
|
|
# phpize does the autoconf magic
|
|
# phpize does the autoconf magic
|