Changeset 22b8124


Ignore:
Timestamp:
06/09/2019 12:27:41 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
7991b1f
Parents:
f914d6b
Message:

Cleanup branch in prep for merge.

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

Files:
2 deleted
1 edited
6 moved

Legend:

Unmodified
Added
Removed
  • archive/js52.xml

    rf914d6b r22b8124  
    106106<screen><userinput>cd js/src &amp;&amp;
    107107
     108grep -rl -- '-Werror=format' |
     109    xargs sed -i 's/error=format/no-&amp;/' &amp;&amp;
     110
    108111./configure --prefix=/usr       \
    109112            --with-intl-api     \
     
    128131  <sect2 role="commands">
    129132    <title>Command Explanations</title>
     133
     134    <para>
     135      <command>grep -rl ...</command>: Allows building with GCC-9.1.
     136    </para>
    130137
    131138    <para>
  • multimedia/libdriv/pulseaudio.xml

    rf914d6b r22b8124  
    148148            --disable-bluez4             \
    149149            --disable-bluez5             \
    150             --disable-rpath              \
     150            --disable-rpath              \
    151151            --with-systemduserunitdir=no &amp;&amp;
    152152make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.