Changeset 6c1d0776
- Timestamp:
- 08/26/2017 03:10:51 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 975f600b
- Parents:
- 00f9a2a1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r00f9a2a1 r6c1d0776 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 4"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 2 4th, &year;">9 <!ENTITY releasedate "August 26th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r00f9a2a1 r6c1d0776 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>August 26th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Fixed build issue for Dovecot by explictly 50 linking to libtirpc.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 44 54 45 55 <listitem> -
server/mail/dovecot.xml
r00f9a2a1 r6c1d0776 39 39 </para> 40 40 41 &lfs8 0_checked;41 &lfs81_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 121 121 </para> 122 122 123 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 123 <screen revision="sysv"><userinput>CFLAGS+="-I/usr/include/tirpc" \ 124 LDFLAGS+="-ltirpc" \ 125 ./configure --prefix=/usr \ 124 126 --sysconfdir=/etc \ 125 127 --localstatedir=/var \ … … 128 130 make</userinput></screen> 129 131 130 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 132 <screen revision="systemd"><userinput>CFLAGS+="-I/usr/include/tirpc" \ 133 LDFLAGS+="-ltirpc" \ 134 ./configure --prefix=/usr \ 131 135 --sysconfdir=/etc \ 132 136 --localstatedir=/var \ … … 155 159 <sect2 role="commands"> 156 160 <title>Command Explanations</title> 161 162 <para><command>CFLAGS+=...LDFLAGS+=...</command>: build with libtirpc 163 instead of the recently removed RPC code provided by GlibC.</para> 157 164 158 165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.