Changeset f8a51225


Ignore:
Timestamp:
08/23/2022 07:40:37 PM (20 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
d8c9a43f
Parents:
192dda3 (diff), fd4792b (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 branch 'multilib' of git.linuxfromscratch.org:lfs into multilib

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter07/util-linux.xml

    r192dda3 rf8a51225  
    142142<screen><userinput remap="configure">CC="gcc -m32" \
    143143./configure ADJTIME_PATH=/var/lib/hwclock/adjtime    \
     144            --libdir=/usr/lib32      \
     145            --host=i686-pc-linux-gnu \
    144146            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    145147            --disable-chfn-chsh  \
     
    152154            --disable-static     \
    153155            --without-python     \
    154             --libdir=/usr/lib32      \
    155             --host=i686-pc-linux-gnu</userinput></screen>
     156            runstatedir=/run</userinput></screen>
    156157
    157158    <para>Compile the package:</para>
     
    182183<screen><userinput remap="configure">CC="gcc -mx32" \
    183184./configure ADJTIME_PATH=/var/lib/hwclock/adjtime    \
     185            --libdir=/usr/libx32 \
     186            --host=x86_64-pc-linux-gnux32 \
    184187            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
    185188            --disable-chfn-chsh  \
     
    192195            --disable-static     \
    193196            --without-python     \
    194             --libdir=/usr/libx32 \
    195             --host=x86_64-pc-linux-gnux32</userinput></screen>
     197            runstatedir=/run</userinput></screen>
    196198
    197199    <para>Compile the package:</para>
  • chapter08/attr.xml

    r192dda3 rf8a51225  
    8181    --prefix=/usr         \
    8282    --disable-static      \
    83     --libdir=/usr/lib32 \
     83    --sysconfdir=/etc     \
     84    --libdir=/usr/lib32   \
    8485    --host=i686-pc-linux-gnu</userinput></screen>
    8586
     
    112113    --prefix=/usr          \
    113114    --disable-static       \
     115    --sysconfdir=/etc      \
    114116    --libdir=/usr/libx32   \
    115117    --host=x86_64-pc-linux-gnux32</userinput></screen>
  • chapter08/eudev.xml

    r192dda3 rf8a51225  
    105105            --sysconfdir=/etc              \
    106106            --disable-manpages             \
    107             --disable-static               \
    108             --config-cache</userinput></screen>
     107            --disable-static</userinput></screen>
    109108
    110109    <para>Compile the package:</para>
     
    140139            --sysconfdir=/etc              \
    141140            --disable-manpages             \
    142             --disable-static               \
    143             --config-cache</userinput></screen>
     141            --disable-static</userinput></screen>
    144142
    145143    <para>Compile the package:</para>
  • chapter08/expat.xml

    r192dda3 rf8a51225  
    8282
    8383<screen><userinput remap="configure">CC="gcc -m32" ./configure \
    84     --prefix=/usr         \
     84    --prefix=/usr        \
     85    --disable-static     \
    8586    --libdir=/usr/lib32  \
    8687    --host=i686-pc-linux-gnu</userinput></screen>
     
    114115
    115116<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    116     --prefix=/usr         \
     117    --prefix=/usr        \
     118    --disable-static     \
    117119    --libdir=/usr/libx32 \
    118120    --host=x86_64-pc-linux-gnux32</userinput></screen>
  • chapter08/kmod.xml

    r192dda3 rf8a51225  
    119119    --libdir=/usr/lib32           \
    120120    --sysconfdir=/etc             \
     121    --with-openssl                \
    121122    --with-xz                     \
    122123    --with-zstd                   \
     
    156157    --libdir=/usr/libx32          \
    157158    --sysconfdir=/etc             \
     159    --with-openssl                \
    158160    --with-xz                     \
    159161    --with-zstd                   \
  • chapter08/readline.xml

    r192dda3 rf8a51225  
    118118    --prefix=/usr                 \
    119119    --libdir=/usr/lib32           \
    120     --disable-static</userinput></screen>
     120    --disable-static              \
     121    --with-curses</userinput></screen>
    121122
    122123    <para>Compile the package:</para>
     
    149150    --prefix=/usr                 \
    150151    --libdir=/usr/libx32          \
    151     --disable-static</userinput></screen>
     152    --disable-static              \
     153    --with-curses</userinput></screen>
    152154
    153155    <para>Compile the package:</para>
  • chapter08/stripping.xml

    r192dda3 rf8a51225  
    139139    esac
    140140done</userinput><userinput arch="ml_32,ml_all">
    141 for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg); do
     141for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg) \
     142         $(find /usr/lib32 -type f -name \*.a); do
    142143    case "$online_usrbin $online_usrlib $save_usrlib" in
    143144        *$(basename $i)* )
     
    147148    esac
    148149done</userinput><userinput arch="ml_x32,ml_all">
    149 for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg); do
     150for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg) \
     151         $(find /usr/libx32 -type f -name \*.a); do
    150152    case "$online_usrbin $online_usrlib $save_usrlib" in
    151153        *$(basename $i)* )
  • chapter08/wheel.xml

    r192dda3 rf8a51225  
    8787        <seg>
    8888           /usr/lib/python&python-minor;/site-packages/wheel and
    89            /usr/lib/python&python-minor;/site-packages/wheel-0.37.1-py3.10.egg-info
     89           /usr/lib/python&python-minor;/site-packages/wheel-&wheel-version;-py&python-minor;.egg-info
    9090        </seg>
    9191      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.