summaryrefslogtreecommitdiffstats
path: root/package/php-imagick
diff options
context:
space:
mode:
Diffstat (limited to 'package/php-imagick')
-rw-r--r--package/php-imagick/php-imagick.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/php-imagick/php-imagick.mk b/package/php-imagick/php-imagick.mk
index 148d519495..05340e398a 100644
--- a/package/php-imagick/php-imagick.mk
+++ b/package/php-imagick/php-imagick.mk
@@ -6,7 +6,8 @@
PHP_IMAGICK_VERSION = 3.1.2
PHP_IMAGICK_SOURCE = imagick-$(PHP_IMAGICK_VERSION).tgz
-PHP_IMAGICK_SITE = http://pecl.php.net/get
+# pecl.php.net returns html with db connect failed
+PHP_IMAGICK_SITE = http://sources.buildroot.net
PHP_IMAGICK_CONF_OPT = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--with-imagick=$(STAGING_DIR)/usr
# phpize does the autoconf magic
OpenPOWER on IntegriCloud