Author: pierre
Date: Thu Feb 13 13:43:55 2014
New Revision: 12701
Log:
Correct Exim instructions so that the build use GDBM
Modified:
trunk/BOOK/server/mail/exim.xml
Modified: trunk/BOOK/server/mail/exim.xml
==============================================================================
--- trunk/BOOK/server/mail/exim.xml Thu Feb 13 13:38:28 2014 (r12700)
+++ trunk/BOOK/server/mail/exim.xml Thu Feb 13 13:43:55 2014 (r12701)
@@ -112,6 +112,7 @@
-e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
-e 's,^EXIM_USER.*$,EXIM_USER=exim,' \
-e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &&
+echo -e "USE_GDBM = yes\nDBMLIB = -lgdbm" >> Local/Makefile &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -137,6 +138,10 @@
the <filename>src/EDITME</filename> file. This command specifies the
minimum
set of options. Descriptions for the options are listed below.</para>
+ <para><command>echo -e ... > Local/Makefile</command>: Setting those
+ variables allows to use GDBM instead of the default Berkeley DB. Remove
+ this command if you have installed <xref linkend="db">.
+
<para><parameter>BIN_DIRECTORY=/usr/sbin</parameter>: This installs all of
<application>Exim</application>'s binaries and scripts in
<filename class='directory'>/usr/sbin</filename>.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page