diff options
Diffstat (limited to 'meta-networking/recipes-support/libmemcached/libmemcached.inc')
-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 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-${ | |||
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 |