Changeset 41f609f for chapter08


Ignore:
Timestamp:
11/15/2022 11:30:11 PM (23 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
a03b7d95
Parents:
2106da2 (diff), 89c3f71 (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

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/dbus.xml

    r2106da2 r41f609f  
    5656            --disable-doxygen-docs               \
    5757            --disable-xml-docs                   \
    58             --docdir=/usr/share/doc/dbus-&dbus-version; \
     58            --docdir=/usr/share/doc/dbus-&dbus-version;  \
    5959            --with-system-socket=/run/dbus/system_bus_socket</userinput></screen>
    6060
  • chapter08/procps.xml

    r2106da2 r41f609f  
    4343    <para>Prepare procps-ng for compilation:</para>
    4444
    45 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                            \
     45<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                           \
    4646            --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
    47             --disable-static                         \
     47            --disable-static                        \
    4848            --disable-kill</userinput></screen>
    4949
    50 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                            \
     50<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                           \
    5151            --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
    52             --disable-static                         \
    53             --disable-kill                           \
     52            --disable-static                        \
     53            --disable-kill                          \
    5454            --with-systemd</userinput></screen>
    5555
  • chapter08/util-linux.xml

    r2106da2 r41f609f  
    4545    <para>Prepare Util-linux for compilation:</para>
    4646
    47 <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
     47<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
    4848            --bindir=/usr/bin    \
    4949            --libdir=/usr/lib    \
    5050            --sbindir=/usr/sbin  \
    51             --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    5251            --disable-chfn-chsh  \
    5352            --disable-login      \
     
    6059            --without-python     \
    6160            --without-systemd    \
    62             --without-systemdsystemunitdir</userinput></screen>
    63 
    64 <screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
     61            --without-systemdsystemunitdir /
     62            --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
     63
     64<screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
    6565            --bindir=/usr/bin    \
    6666            --libdir=/usr/lib    \
    6767            --sbindir=/usr/sbin  \
    68             --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    6968            --disable-chfn-chsh  \
    7069            --disable-login      \
     
    7574            --disable-pylibmount \
    7675            --disable-static     \
    77             --without-python</userinput></screen>
     76            --without-python     \
     77            --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
    7878
    7979    <para>The --disable and --without options prevent warnings about
Note: See TracChangeset for help on using the changeset viewer.