From dcf7f5bfe709420f5a3649ce7b9bdcb41584d95f Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Thu, 2 Feb 2012 21:05:49 +0000 Subject: [PATCH] added the option --disable-nis to the linux-pam page to allow the package to compile git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9264 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- postlfs/security/linux-pam.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postlfs/security/linux-pam.xml b/postlfs/security/linux-pam.xml index 9848b222ea..8a3bfa6543 100644 --- a/postlfs/security/linux-pam.xml +++ b/postlfs/security/linux-pam.xml @@ -110,6 +110,7 @@ ./configure --sbindir=/lib/security \ --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; \ + --disable-nis \ --enable-read-both-confs && make @@ -167,6 +168,10 @@ fi --docdir=...: This parameter results in the documentation being installed in a versioned directory name. + --disable-nis: This option disables building + Network Information Service/Yellow Pages support in pam_unix and pam_access + as the needed headers files are no longer installed by glibc. + --enable-read-both-confs: This parameter allows the local administrator to choose which configuration file setup to use.