Ignore:
Timestamp:
12/31/2023 09:57:54 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
9f894d5
Parents:
00de269 (diff), 6fec3f5 (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

    r00de269 r2576866  
    4949    <para>Prepare Util-linux for compilation:</para>
    5050
    51 <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
    52             --bindir=/usr/bin    \
     51<screen revision="sysv"><userinput remap="configure">./configure --bindir=/usr/bin    \
    5352            --libdir=/usr/lib    \
    5453            --runstatedir=/run   \
     
    6463            --without-python     \
    6564            --without-systemd    \
    66             --without-systemdsystemunitdir \
     65            --without-systemdsystemunitdir        \
     66            ADJTIME_PATH=/var/lib/hwclock/adjtime \
    6767            --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
    6868
    69 <screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
    70             --bindir=/usr/bin    \
     69<screen revision="systemd"><userinput remap="configure">./configure --bindir=/usr/bin    \
    7170            --libdir=/usr/lib    \
    7271            --runstatedir=/run   \
     
    8180            --disable-static     \
    8281            --without-python     \
     82            ADJTIME_PATH=/var/lib/hwclock/adjtime \
    8383            --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
    8484
Note: See TracChangeset for help on using the changeset viewer.