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
  • postlfs/security/polkit.xml

    r15ee416 rd278ced  
    165165    </para>
    166166
    167 <screen revision="sysv"><userinput>./configure --prefix=/usr                \
    168             --sysconfdir=/etc            \
    169             --localstatedir=/var         \
    170             --disable-static             \
    171             --enable-libsystemd-login=no \
    172             --with-authfw=shadow         &amp;&amp;
     167<screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     168./configure --prefix=/usr                    \
     169            --sysconfdir=/etc                \
     170            --localstatedir=/var             \
     171            --disable-static                 \
     172            --enable-libsystemd-login=no     \
     173            --with-authfw=shadow             &amp;&amp;
    173174make</userinput></screen>
    174175
    175 <screen revision="systemd"><userinput>./configure --prefix=/usr        \
    176             --sysconfdir=/etc    \
    177             --localstatedir=/var \
    178             --disable-static     &amp;&amp;
     176<screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
     177./configure --prefix=/usr                    \
     178            --sysconfdir=/etc                \
     179            --localstatedir=/var             \
     180            --disable-static                 &amp;&amp;
    179181make</userinput></screen>
    180182
     
    197199  <sect2 role="commands">
    198200    <title>Command Explanations</title>
     201
     202    <para>
     203      <command>sed -i ... ltmain.sh</command>: This sed silences many useless
     204      and annoying warnings from libtool.
     205    </para>
    199206
    200207    <para revision="sysv">
Note: See TracChangeset for help on using the changeset viewer.