|
@@ -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 \
|