mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
166f88c041
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@612 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
658 B
XML
17 lines
658 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>--enable-static-libpam</userinput> : This switch builds static PAM libraries as well as the dynamic libraries.</para>
|
|
|
|
<para><userinput>--with-mailspool=/var/mail</userinput> : This switch makes the mailspool directory FHS compliant.</para>
|
|
|
|
<para><userinput>--enable-read-both-confs</userinput> : This switch lets the local administrator choose which configuration file setup to
|
|
use.</para>
|
|
|
|
<para><userinput>mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a
|
|
/usr/lib</userinput> : This command moves the static libraries to
|
|
<filename>/usr/lib</filename> to comply with FHS.</para>
|
|
|
|
</sect2>
|
|
|