[oe-commits] Martin Jansa : libmemcached: Add PACKAGECONFIG for sasl

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:51 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 4e396e43d13215246f5147cbd7f81f5c4dd786b7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4e396e43d13215246f5147cbd7f81f5c4dd786b7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 26 00:26:02 2013 +0200

libmemcached: Add PACKAGECONFIG for sasl

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../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 448a15d..50ef4d6 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



More information about the Openembedded-commits mailing list