Changeset 1cf343a7
- Timestamp:
- 03/07/2014 09:19:21 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 0455ea7
- Parents:
- 5a2f6747
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5a2f6747 r1cf343a7 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 6th, &year;">9 <!ENTITY releasedate "March 7th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r5a2f6747 r1cf343a7 46 46 47 47 <listitem> 48 <para>March 7th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[ken] - Reinstate CFLAGS in cyrus-sasl so that it will build on 52 x86_64.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 48 58 <para>March 6th, 2014</para> 49 59 <itemizedlist> -
postlfs/security/cyrus-sasl.xml
r5a2f6747 r1cf343a7 132 132 <screen><userinput>patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-fixes-1.patch && 133 133 autoreconf -fi && 134 pushd saslauthd 134 pushd saslauthd && 135 135 autoreconf -fi && 136 popd 136 popd && 137 137 ./configure --prefix=/usr \ 138 138 --sysconfdir=/etc \ 139 139 --enable-auth-sasldb \ 140 140 --with-dbpath=/var/lib/sasl/sasldb2 \ 141 --with-saslauthd=/var/run/saslauthd && 141 --with-saslauthd=/var/run/saslauthd \ 142 CFLAGS=-fPIC && 142 143 make -j1</userinput></screen> 143 144 … … 178 179 directory <filename class="directory">/var/run/saslauthd</filename> 179 180 for variable run-time data. 181 </para> 182 183 <para> 184 <parameter>CFLAGS=-fPIC</parameter>: This ensures that the package can build 185 on x86_64. 180 186 </para> 181 187
Note:
See TracChangeset
for help on using the changeset viewer.