]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: Enable obsoleted nsl
authorKhem Raj <raj.khem@gmail.com>
Tue, 25 Apr 2017 15:41:17 +0000 (08:41 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jul 2017 23:11:07 +0000 (00:11 +0100)
libnsl has been obsoleted in 2.26 and will be removed in future
until them we enable it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc_2.25.90.bb

index 24f5a3809ce10d620f9ae5830945c246022bcbf1..caf1ff4138cb34a88552cfc97544e41723e2730c 100644 (file)
@@ -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 \