]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
nfs-utils: Disable tcp-wrappers for musl
authorKhem Raj <raj.khem@gmail.com>
Fri, 8 Jan 2016 09:06:40 +0000 (09:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:51 +0000 (23:42 +0000)
Doesnt build with musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.3.bb

index 2e0c8b19135b5bf3280f222517c90878be542be8..ea006564d7bfcaa298f1423b8498caaf9171f876 100644 (file)
@@ -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"