Changeset 9bfff29 for chapter08


Ignore:
Timestamp:
12/16/2023 06:03:44 AM (10 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
372bbbb
Parents:
d60b247 (diff), 81d572d (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

    rd60b247 r9bfff29  
    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.