Ignore:
Timestamp:
05/19/2023 06:34:49 AM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
ed9b087
Parents:
0ebfdf7e (diff), 0a7df4c (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:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    r0ebfdf7e re131bec  
    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.