Author: ken
Date: Fri Mar 7 13:19:21 2014
New Revision: 12836
Log:
Fix cyrus-sasl for x86_64.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/cyrus-sasl.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Mar 7 12:51:41 2014 (r12835)
+++ trunk/BOOK/general.ent Fri Mar 7 13:19:21 2014 (r12836)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "06"> <!-- Always 2 digits -->
+<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "March 6th, &year;">
+<!ENTITY releasedate "March 7th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Mar 7 12:51:41
2014 (r12835)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Mar 7 13:19:21
2014 (r12836)
@@ -45,6 +45,16 @@
-->
<listitem>
+ <para>March 7th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Reinstate CFLAGS in cyrus-sasl so that it will build on
+ x86_64.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 6th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/security/cyrus-sasl.xml
==============================================================================
--- trunk/BOOK/postlfs/security/cyrus-sasl.xml Fri Mar 7 12:51:41 2014
(r12835)
+++ trunk/BOOK/postlfs/security/cyrus-sasl.xml Fri Mar 7 13:19:21 2014
(r12836)
@@ -131,14 +131,15 @@
<screen><userinput>patch -Np1 -i
../cyrus-sasl-&cyrus-sasl-version;-fixes-1.patch &&
autoreconf -fi &&
-pushd saslauthd
+pushd saslauthd &&
autoreconf -fi &&
-popd
+popd &&
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-auth-sasldb \
--with-dbpath=/var/lib/sasl/sasldb2 \
- --with-saslauthd=/var/run/saslauthd &&
+ --with-saslauthd=/var/run/saslauthd \
+ CFLAGS=-fPIC &&
make -j1</userinput></screen>
<para>
@@ -180,6 +181,11 @@
</para>
<para>
+ <parameter>CFLAGS=-fPIC</parameter>: This ensures that the package can
build
+ on x86_64.
+ </para>
+
+ <para>
<parameter>--enable-auth-sasldb</parameter>: This switch enables
SASLDB authentication backend.
</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page