Ignore:
Timestamp:
06/04/2023 10:30:15 PM (16 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
48ac979
Parents:
5e5dc89 (diff), 5e7593e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    r5e5dc89 r5e61857  
    4343    <title>Installation of Util-linux</title>
    4444
     45    <para>First, disable a problem test:</para>
     46
     47    <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
     48
    4549    <para>Prepare Util-linux for compilation:</para>
    4650
     
    4852            --bindir=/usr/bin    \
    4953            --libdir=/usr/lib    \
     54            --runstatedir=/run   \
    5055            --sbindir=/usr/sbin  \
    5156            --disable-chfn-chsh  \
     
    6570            --bindir=/usr/bin    \
    6671            --libdir=/usr/lib    \
     72            --runstatedir=/run   \
    6773            --sbindir=/usr/sbin  \
    6874            --disable-chfn-chsh  \
Note: See TracChangeset for help on using the changeset viewer.