mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
7b2ee93ee7
commit
dcf7f5bfe7
@ -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 &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user