summaryrefslogtreecommitdiffstats
path: root/package/php-zmq/php-zmq.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-08-31 21:10:57 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-31 21:13:47 +0200
commitf24945a212d66a38e992ce73d9aacf53238e9314 (patch)
tree0496f5bdc05b381047084e4dd02ee1ca0c18c028 /package/php-zmq/php-zmq.mk
parent6708db52c7468d3e0e12f5a4504782f1d52001f2 (diff)
downloadbuildroot-f24945a212d66a38e992ce73d9aacf53238e9314.tar.gz
buildroot-f24945a212d66a38e992ce73d9aacf53238e9314.zip
php-*: get tarball from sources.buildroot.net
pecl.php.net seems to have a database issue and returns a html page instead of the tarball. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php-zmq/php-zmq.mk')
-rw-r--r--package/php-zmq/php-zmq.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/php-zmq/php-zmq.mk b/package/php-zmq/php-zmq.mk
index 2b48a637f8..19916357f8 100644
--- a/package/php-zmq/php-zmq.mk
+++ b/package/php-zmq/php-zmq.mk
@@ -6,7 +6,8 @@
PHP_ZMQ_VERSION = 1.1.2
PHP_ZMQ_SOURCE = zmq-$(PHP_ZMQ_VERSION).tgz
-PHP_ZMQ_SITE = http://pecl.php.net/get
+# pecl.php.net returns html with db connect failed
+PHP_ZMQ_SITE = http://sources.buildroot.net
# phpize does the autoconf magic
PHP_ZMQ_DEPENDENCIES = php zeromq host-autoconf host-pkgconf
PHP_ZMQ_CONF_OPT = --with-php-config=$(STAGING_DIR)/usr/bin/php-config
OpenPOWER on IntegriCloud