mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 10:37:22 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2236 af4574ff-66df-0310-9fd7-8a98e5e911e0
23 lines
897 B
XML
23 lines
897 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>autoconf</command>: This is necessary as in the patch, we
|
|
change where <acronym>PAM</acronym> looks for the cracklib libs. This
|
|
requires that the configure script be recreated.</para>
|
|
|
|
<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>
|
|
|