From: Khem Raj Date: Fri, 8 Jan 2016 09:06:40 +0000 (+0000) Subject: nfs-utils: Disable tcp-wrappers for musl X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c41bdc5252bbe119ab91a119cc3b9c285a7c16c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git nfs-utils: Disable tcp-wrappers for musl Doesnt build with musl Signed-off-by: Khem Raj --- diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb index 2e0c8b19135..ea006564d7b 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb @@ -64,6 +64,7 @@ EXTRA_OECONF = "--with-statduser=rpcuser \ " PACKAGECONFIG ??= "tcp-wrappers" +PACKAGECONFIG_remove_libc-musl = "tcp-wrappers" PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" PACKAGECONFIG[nfsidmap] = "--enable-nfsidmap,--disable-nfsidmap,keyutils"