mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
2df36e4199
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1250 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
694 B
XML
18 lines
694 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><option>--enable-static-libpam</option>: This switch builds
|
|
static <acronym>PAM</acronym> libraries as well as the dynamic libraries.</para>
|
|
|
|
<para><parameter>--with-mailspool=/var/mail</parameter>: This switch makes
|
|
the mailspool directory <acronym>FHS</acronym> compliant.</para>
|
|
|
|
<para><option>--enable-read-both-confs</option>: 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>
|
|
|