From: Khem Raj Date: Tue, 25 Apr 2017 15:41:17 +0000 (-0700) Subject: glibc: Enable obsoleted nsl X-Git-Tag: uninative-1.7~217 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e8047c772f49fe5a4a18d54289d98fb2f98a8176;p=openembedded-core.git glibc: Enable obsoleted nsl libnsl has been obsoleted in 2.26 and will be removed in future until them we enable it Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/glibc/glibc_2.25.90.bb b/meta/recipes-core/glibc/glibc_2.25.90.bb index 24f5a3809c..caf1ff4138 100644 --- a/meta/recipes-core/glibc/glibc_2.25.90.bb +++ b/meta/recipes-core/glibc/glibc_2.25.90.bb @@ -75,6 +75,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --with-headers=${STAGING_INCDIR} \ --without-selinux \ --enable-obsolete-rpc \ + --enable-obsolete-nsl \ --enable-tunables \ --enable-bind-now \ --enable-stack-protector=strong \