diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 00:26:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:17:38 +0200 |
commit | 4e396e43d13215246f5147cbd7f81f5c4dd786b7 (patch) | |
tree | 0cdcc900f975a7f57affaea7739547c2a90810a0 /meta-networking/recipes-support | |
parent | f555acc4c0318b80c4c4249db57d492291bff2e9 (diff) | |
download | meta-openembedded-4e396e43d13215246f5147cbd7f81f5c4dd786b7.tar.gz |
libmemcached: Add PACKAGECONFIG for sasl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/libmemcached/libmemcached.inc | 3 |
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 448a15d0e..50ef4d606 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-${ | |||
7 | 7 | ||
8 | TARGET_LDFLAGS += "-luuid" | 8 | TARGET_LDFLAGS += "-luuid" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "" | ||
11 | PACKAGECONFIG[sasl] = "--enable-sasl,--disable-sasl,cyrus-sasl" | ||
12 | |||
10 | inherit autotools gettext pkgconfig | 13 | inherit autotools gettext pkgconfig |