Changeset 51f8de3
- Timestamp:
- 03/24/2018 08:34:22 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2d7a4fcf
- Parents:
- 91e3ca8c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r91e3ca8c r51f8de3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 2 3nd, &year;">9 <!ENTITY releasedate "March 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r91e3ca8c r51f8de3 43 43 --> 44 44 <listitem> 45 <para>March 23nd, 2018</para> 45 <para>March 24th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Samba: promote libtirpc to required, and pass 49 <command>-ltirpc</command> to <envar>LDFLAGS</envar> instead 50 of <envar>CFLAGS</envar>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 56 <para>March 23rd, 2018</para> 46 57 <itemizedlist> 47 58 <listitem> -
networking/netprogs/samba.xml
r91e3ca8c r51f8de3 65 65 <bridgehead renderas="sect4">Required</bridgehead> 66 66 <para role="required"> 67 <xref linkend="rpcsvc-proto"/> and 68 <xref linkend="python2"/> 67 <xref linkend="libtirpc"/>, 68 <xref linkend="python2"/>, and 69 <xref linkend="rpcsvc-proto"/> 69 70 </para> 70 71 … … 72 73 <para role="recommended"> 73 74 <xref linkend="gpgme"/>, 74 <xref linkend="libtirpc"/>,75 75 <xref linkend="libxslt"/> (for documentation), 76 76 <xref linkend="perl-parse-yapp"/>, … … 102 102 <ulink url="https://ctdb.samba.org/">ctdb</ulink> (included), 103 103 <ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>, 104 <ulink url="http://www.h5l.org/">Heimdal</ulink> ( currently not working),104 <ulink url="http://www.h5l.org/">Heimdal</ulink> (included), 105 105 <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>, 106 106 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, … … 153 153 commands:</para> 154 154 155 <screen revision="sysv"><userinput>CFLAGS="-I/usr/include/tirpc -ltirpc" \ 155 <screen revision="sysv"><userinput>CFLAGS="-I/usr/include/tirpc" \ 156 LDFLAGS="-ltirpc" \ 156 157 ./configure \ 157 158 --prefix=/usr \ … … 166 167 make</userinput></screen> 167 168 168 <screen revision="systemd"><userinput>CFLAGS="-I/usr/include/tirpc -ltirpc" \ 169 <screen revision="systemd"><userinput>CFLAGS="-I/usr/include/tirpc" \ 170 LDFLAGS="-ltirpc" \ 169 171 ./configure \ 170 172 --prefix=/usr \
Note:
See TracChangeset
for help on using the changeset viewer.