Changeset 08fa483
- Timestamp:
- 12/30/2013 10:23:21 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.5, 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, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fe15290
- Parents:
- cb435106
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcb435106 r08fa483 465 465 <!ENTITY libproxy-version "0.4.7"> 466 466 <!ENTITY libsoup-version "2.44.2"> 467 <!ENTITY libtirpc-version "0.2. 3">467 <!ENTITY libtirpc-version "0.2.4"> 468 468 <!ENTITY neon-version "0.30.0"> 469 469 <!ENTITY serf-version "1.3.2"> -
introduction/welcome/changelog.xml
rcb435106 r08fa483 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[pierre] - Update to libtirpc-0.2.4. Fixes 51 <ulink url="&blfs-ticket-root;4501">#4501</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[igor] - Update to mariadb-10.0.7. Fixes 51 55 <ulink url="&blfs-ticket-root;4499">#4499</ulink>.</para> -
networking/netlibs/libtirpc.xml
rcb435106 r08fa483 7 7 <!ENTITY libtirpc-download-http "&sourceforge-repo;/project/libtirpc/libtirpc/&libtirpc-version;/libtirpc-&libtirpc-version;.tar.bz2"> 8 8 <!ENTITY libtirpc-download-ftp " "> 9 <!ENTITY libtirpc-md5sum " b70e6c12a369a91e69fcc3b9feb23d61">10 <!ENTITY libtirpc-size "4 56KB">11 <!ENTITY libtirpc-buildsize " 7.5MB">9 <!ENTITY libtirpc-md5sum "847995e8d002cbf1387bda05947be086"> 10 <!ENTITY libtirpc-size "448 KB"> 11 <!ENTITY libtirpc-buildsize "8.0 MB"> 12 12 <!ENTITY libtirpc-time "0.2 SBU"> 13 13 ]> … … 104 104 105 105 <screen><userinput>patch -Np1 -i ../libtirpc-&libtirpc-version;-remove_nis-1.patch && 106 sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &&107 106 autoreconf -fi && 108 107 109 ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="-fPIC" --disable-static && 108 ./configure --prefix=/usr \ 109 --sysconfdir=/etc \ 110 --disable-static \ 111 --disable-gssapi && 110 112 make</userinput></screen> 111 113 … … 126 128 <sect2 role="commands"> 127 129 <title>Command Explanations</title> 128 129 <para>130 <command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"131 -i configure.ac</command>: This sed fixes some issues with132 <application>Automake</application> 1.13 and later.133 </para>134 130 135 131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
networking/netprogs/nfs-utils.xml
rcb435106 r08fa483 37 37 &lfs74_checked; 38 38 39 <bridgehead renderas="sect3">Package information</bridgehead>39 <bridgehead renderas="sect3">Package Information</bridgehead> 40 40 <itemizedlist spacing='compact'> 41 41 <listitem> … … 249 249 </indexterm> 250 250 251 <!-- /etc/netconfig is installed by libtirpc 251 252 <para>In some circumstances an <filename>/etc/netconfig</filename> file 252 253 is required by an nfs client. It does no harm to create one even if it … … 266 267 <primary sortas="e-etc-netconfig">/etc/netconfig</primary> 267 268 </indexterm> 268 269 --> 269 270 270 271 <sect4 id="nfs-utils-client-init">
Note:
See TracChangeset
for help on using the changeset viewer.