summaryrefslogtreecommitdiffstats
path: root/package/php-memcached/php-memcached.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/php-memcached/php-memcached.mk')
-rw-r--r--package/php-memcached/php-memcached.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php-memcached/php-memcached.mk b/package/php-memcached/php-memcached.mk
index 1fa648109d..599e22e615 100644
--- a/package/php-memcached/php-memcached.mk
+++ b/package/php-memcached/php-memcached.mk
@@ -8,7 +8,7 @@ PHP_MEMCACHED_VERSION = 2.2.0
PHP_MEMCACHED_SOURCE = memcached-$(PHP_MEMCACHED_VERSION).tgz
# 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 \
+PHP_MEMCACHED_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
--disable-memcached-sasl \
--with-libmemcached-dir=$(STAGING_DIR)/usr \
--with-zlib-dir=$(STAGING_DIR)/usr
OpenPOWER on IntegriCloud