Skip to content

Commit

Permalink
glibc: Add enable-obsolete-nsl configure option
Browse files Browse the repository at this point in the history
With glibc 2.26, the name service modules, libnss_nis, libnss_nisplus,
and libnss_compat, are deprecated, and will not be built or installed by
default.

We still require libnss_nis.so, because we use nis for
passwd and shadow in /etc/nsswitch.conf-

Add

    --enable-obsolete-nsl

to build and install the obsolete libnsl library and
depending NSS modules.
  • Loading branch information
donald committed Oct 11, 2017
1 parent e4eea0c commit 2145a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glibc.be0
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ mee_configure() {
--disable-profile \
--enable-add-ons \
--enable-obsolete-rpc \
--enable-obsolete-nsl \
--enable-kernel=4.4.34
}

Expand Down

0 comments on commit 2145a49

Please sign in to comment.