Changeset a08b5f0


Ignore:
Timestamp:
11/24/2021 08:36:16 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
eecc4e7
Parents:
b010eec
Message:

Remove an invalid (ignored) option; Move ncursesw6-config out of the way for lib{,x}32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    rb010eec ra08b5f0  
    128128<screen><userinput remap="pre">make distclean</userinput></screen>
    129129
     130    <para>Move a tool out of the way which is optionally used by
     131    configure but will report invalid pathes for multilib builds.</para>
     132
     133<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{,.tmp}</userinput></screen>
     134
    130135    <para>Prepare Util-linux for compilation:</para>
    131136
     
    145150            --without-python         \
    146151            --without-systemd        \
    147             --without-systemdsystemunitdir \
    148             --enable-libmount-force-mountinfo</userinput></screen>
     152            --without-systemdsystemunitdir</userinput></screen>
    149153
    150154<screen revision="systemd"><userinput remap="configure">CC="gcc -m32" \
     
    161165            --disable-pylibmount     \
    162166            --disable-static         \
    163             --without-python         \
    164             --enable-libmount-force-mountinfo</userinput></screen>
     167            --without-python</userinput></screen>
     168
     169    <para>Restore the tool previously moved away:</para>
     170
     171<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{.tmp,}</userinput></screen>
    165172
    166173    <para>Compile the package:</para>
     
    186193
    187194<screen><userinput remap="pre">make distclean</userinput></screen>
     195
     196    <para>Move a tool out of the way which is optionally used by
     197    configure but will report invalid pathes for multilib builds.</para>
     198
     199<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{,.tmp}</userinput></screen>
    188200
    189201    <para>Prepare Util-linux for compilation:</para>
     
    204216            --without-python     \
    205217            --without-systemd    \
    206             --without-systemdsystemunitdir \
    207             --enable-libmount-force-mountinfo</userinput></screen>
     218            --without-systemdsystemunitdir</userinput></screen>
    208219
    209220<screen revision="systemd"><userinput remap="configure">CC="gcc -mx32" \
     
    220231            --disable-pylibmount \
    221232            --disable-static     \
    222             --without-python     \
    223             --enable-libmount-force-mountinfo</userinput></screen>
     233            --without-python</userinput></screen>
     234
     235    <para>Restore the tool previously moved away:</para>
     236
     237<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{.tmp,}</userinput></screen>
    224238
    225239    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.