Ignore:
Timestamp:
12/16/2023 06:03:44 AM (8 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
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
  • chapter07/util-linux.xml

    rd60b247 r9bfff29  
    5252    <para>Prepare Util-linux for compilation:</para>
    5353
    54 <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime    \
    55             --libdir=/usr/lib    \
     54<screen><userinput remap="configure">./configure --libdir=/usr/lib    \
    5655            --runstatedir=/run   \
    57             --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    5856            --disable-chfn-chsh  \
    5957            --disable-login      \
     
    6462            --disable-pylibmount \
    6563            --disable-static     \
    66             --without-python</userinput></screen>
     64            --without-python     \
     65            ADJTIME_PATH=/var/lib/hwclock/adjtime \
     66            --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
    6767
    6868    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.