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