mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
libetpan: explicitly disable sasl support
* we don't have cyrus-sasl in DEPENDS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
|
||||
|
||||
inherit autotools pkgconfig gettext binconfig
|
||||
|
||||
EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
|
||||
EXTRA_OECONF = "--without-openssl --without-sasl --with-gnutls --disable-db"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user