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
This commit is contained in:
Andrew Benton 2012-02-02 21:05:49 +00:00
parent 7b2ee93ee7
commit dcf7f5bfe7

View File

@ -110,6 +110,7 @@
<screen><userinput>./configure --sbindir=/lib/security \
--docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; \
--disable-nis \
--enable-read-both-confs &amp;&amp;
make</userinput></screen>
@ -167,6 +168,10 @@ fi</userinput></screen>
<para><parameter>--docdir=...</parameter>: This parameter results in
the documentation being installed in a versioned directory name.</para>
<para><parameter>--disable-nis</parameter>: 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.</para>
<para><parameter>--enable-read-both-confs</parameter>: This parameter
allows the local administrator to choose which configuration file setup to
use.</para>