summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-25 08:41:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-11 15:57:08 +0100
commit16cb2a0764c643cfa90b393865b70c61dc7a58b3 (patch)
tree10e35d877b954d1e5414e9c441eebd3628c2b654 /meta/recipes-core/glibc
parent8281a70d9b63eeff2c851e4c7df180bc920ad8f9 (diff)
downloadpoky-16cb2a0764c643cfa90b393865b70c61dc7a58b3.tar.gz
glibc: Enable obsoleted nsl
libnsl has been obsoleted in 2.26 and will be removed in future until them we enable it (From OE-Core rev: e8047c772f49fe5a4a18d54289d98fb2f98a8176) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.25.90.bb1
1 files changed, 1 insertions, 0 deletions
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} \
75 --with-headers=${STAGING_INCDIR} \ 75 --with-headers=${STAGING_INCDIR} \
76 --without-selinux \ 76 --without-selinux \
77 --enable-obsolete-rpc \ 77 --enable-obsolete-rpc \
78 --enable-obsolete-nsl \
78 --enable-tunables \ 79 --enable-tunables \
79 --enable-bind-now \ 80 --enable-bind-now \
80 --enable-stack-protector=strong \ 81 --enable-stack-protector=strong \