aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libmemcached/libmemcached.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 00:26:02 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:17:38 +0200
commit4e396e43d13215246f5147cbd7f81f5c4dd786b7 (patch)
tree0cdcc900f975a7f57affaea7739547c2a90810a0 /meta-networking/recipes-support/libmemcached/libmemcached.inc
parentf555acc4c0318b80c4c4249db57d492291bff2e9 (diff)
downloadmeta-openembedded-contrib-4e396e43d13215246f5147cbd7f81f5c4dd786b7.tar.gz
libmemcached: Add PACKAGECONFIG for sasl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/libmemcached/libmemcached.inc')
-rw-r--r--meta-networking/recipes-support/libmemcached/libmemcached.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached.inc b/meta-networking/recipes-support/libmemcached/libmemcached.inc
index 448a15d0ed..50ef4d6062 100644
--- a/meta-networking/recipes-support/libmemcached/libmemcached.inc
+++ b/meta-networking/recipes-support/libmemcached/libmemcached.inc
@@ -7,4 +7,7 @@ SRC_URI = "http://launchpad.net/libmemcached/1.0/${PV}/+download/libmemcached-${
TARGET_LDFLAGS += "-luuid"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl"
+
inherit autotools gettext pkgconfig