summaryrefslogtreecommitdiffstats
path: root/source/current
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-08-06 10:45:23 +0000
committer Eric Hameleers <alien@slackware.com>2017-08-06 10:45:23 +0000
commitb9d62653ec3c188007be84a35716e7cb83f0d424 (patch)
treee0ef38dacb1e2bc0c1ea6864b40bd3e125f5a495 /source/current
parent05aace5778f606d6ff29bb6000e4409eef25b7b3 (diff)
downloadmultilib-b9d62653ec3c188007be84a35716e7cb83f0d424.tar.gz
multilib-b9d62653ec3c188007be84a35716e7cb83f0d424.tar.xz
glibc-multilib: enable 'obsolete' nsl functionality in order to un-break
Slackware's NSS functionality (the "passwd: compat" no longer worked since the most recent update to 2.26 and only "passwd: files nis" would work)
Diffstat (limited to 'source/current')
-rwxr-xr-xsource/current/glibc/glibc-multilib.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/current/glibc/glibc-multilib.SlackBuild b/source/current/glibc/glibc-multilib.SlackBuild
index 02e267a..e9b8de4 100755
--- a/source/current/glibc/glibc-multilib.SlackBuild
+++ b/source/current/glibc/glibc-multilib.SlackBuild
@@ -30,7 +30,7 @@
VERSION=${VERSION:-2.26}
CHECKOUT=${CHECKOUT:-""}
-BUILD=${BUILD:-1alien}
+BUILD=${BUILD:-2alien}
# I was considering disabling NSCD, but MoZes talked me out of it. :)
#DISABLE_NSCD=" --disable-nscd "
@@ -252,6 +252,7 @@ build_glibc() {
--enable-kernel=2.6.32 \
--with-headers=/usr/include \
--enable-add-ons \
+ --enable-obsolete-nsl \
--enable-obsolete-rpc \
--enable-profile \
$DISABLE_NSCD \