Changeset d278ced for networking


Ignore:
Timestamp:
07/22/2016 09:00:54 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cbd8ed8
Parents:
15ee416
Message:

Update to gjs-1.45.4
Added several seds to packages to silence libtool warnings
Added wayland-protocols to trunk and modified GTK+3 instructions to reflect this
Typo fixes and text changes
Added systemd-specific CUPS restart info back to Gutenprint
Added a note in babl that generating the docs takes a long time.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17605 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    r15ee416 rd278ced  
    113113    </para>
    114114
    115 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     115<screen><userinput>sed -i "/seems to be moved/s/^/#/" build-aux/ltmain.sh &amp;&amp;
     116./configure --prefix=/usr --disable-static &amp;&amp;
    116117make</userinput></screen>
    117118
     
    130131  <sect2 role="commands">
    131132    <title>Command Explanations</title>
     133
     134    <para>
     135      <command>sed -i ... build-aux/ltmain.sh</command>: This sed silences
     136      several useless and annoying warnings generated by libtool.
     137    </para>
    132138
    133139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.