mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
3f7f5783df
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@88 af4574ff-66df-0310-9fd7-8a98e5e911e0
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch :</userinput>
|
|
This patch will make Pine use /etc for configuration files.</para>
|
|
|
|
<para><userinput>patch -Np1 -i ../pine-4.44-imap.patch :</userinput>
|
|
This patch fixes a DoS vulnerability in the IMAP handling code.</para>
|
|
|
|
<para>The build procedure for Pine is somewhat unusual, in that
|
|
options usually passed as ./configure options or housed in $CFLAGS
|
|
must all be passed on the command line to the ./build script.</para>
|
|
|
|
<para><userinput>./build slx :</userinput>
|
|
Pine offers quite a few target platforms, slx specifies Linux using
|
|
-lcrypt to get the crypt function. See the
|
|
<filename>doc/pine-ports</filename> file for more information and
|
|
other authentication options.</para>
|
|
|
|
<para><userinput>DEBUG='-Os ' :</userinput>
|
|
Optimize binaries for size.</para>
|
|
|
|
<para><userinput>MAILSPOOL='/var/mail' :</userinput>
|
|
Location of mail spool files, <filename>/var/mail.</filename></para>
|
|
|
|
<para><userinput>cd bin &&
|
|
install pine /usr/bin :</userinput>
|
|
This is all that is required to install Pine, all other executables
|
|
may be installed in the same manner.</para>
|
|
|
|
</sect2>
|
|
|