From f24945a212d66a38e992ce73d9aacf53238e9314 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 31 Aug 2014 21:10:57 +0200 Subject: 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 --- package/php-memcached/php-memcached.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/php-memcached/php-memcached.mk') diff --git a/package/php-memcached/php-memcached.mk b/package/php-memcached/php-memcached.mk index b9cc115617..1fa648109d 100644 --- a/package/php-memcached/php-memcached.mk +++ b/package/php-memcached/php-memcached.mk @@ -6,7 +6,8 @@ PHP_MEMCACHED_VERSION = 2.2.0 PHP_MEMCACHED_SOURCE = memcached-$(PHP_MEMCACHED_VERSION).tgz -PHP_MEMCACHED_SITE = http://pecl.php.net/get +# pecl.php.net returns html with db connect failed +PHP_MEMCACHED_SITE = http://sources.buildroot.net PHP_MEMCACHED_CONF_OPT = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ --disable-memcached-sasl \ --with-libmemcached-dir=$(STAGING_DIR)/usr \ -- cgit v1.2.3