glibc: Enable obsolete NSL

This will re-activate the deprecated NIS code on which lots of
software relies on so that we can have some extra time to migrate.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-02-11 16:58:10 +00:00
parent c0878e43e1
commit 59a6d4e439
2 changed files with 21 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ EXTRA_CONFIG += \
--enable-experimental-malloc \
--enable-bind-now \
--enable-obsolete-rpc \
--enable-obsolete-nsl \
--disable-nss-crypt
###############################################################################