Changeset 9282602
- Timestamp:
- 08/21/2022 08:05:41 AM (10 months ago)
- Branches:
- multilib
- Children:
- fd4792b
- Parents:
- b4516c2
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/util-linux.xml
rb4516c2 r9282602 142 142 <screen><userinput remap="configure">CC="gcc -m32" \ 143 143 ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ 144 --libdir=/usr/lib32 \ 145 --host=i686-pc-linux-gnu \ 144 146 --docdir=/usr/share/doc/util-linux-&util-linux-version; \ 145 147 --disable-chfn-chsh \ … … 152 154 --disable-static \ 153 155 --without-python \ 154 --libdir=/usr/lib32 \ 155 --host=i686-pc-linux-gnu</userinput></screen> 156 runstatedir=/run</userinput></screen> 156 157 157 158 <para>Compile the package:</para> … … 182 183 <screen><userinput remap="configure">CC="gcc -mx32" \ 183 184 ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ 185 --libdir=/usr/libx32 \ 186 --host=x86_64-pc-linux-gnux32 \ 184 187 --docdir=/usr/share/doc/util-linux-&util-linux-version; \ 185 188 --disable-chfn-chsh \ … … 192 195 --disable-static \ 193 196 --without-python \ 194 --libdir=/usr/libx32 \ 195 --host=x86_64-pc-linux-gnux32</userinput></screen> 197 runstatedir=/run</userinput></screen> 196 198 197 199 <para>Compile the package:</para> -
chapter08/attr.xml
rb4516c2 r9282602 81 81 --prefix=/usr \ 82 82 --disable-static \ 83 --libdir=/usr/lib32 \ 83 --sysconfdir=/etc \ 84 --libdir=/usr/lib32 \ 84 85 --host=i686-pc-linux-gnu</userinput></screen> 85 86 … … 112 113 --prefix=/usr \ 113 114 --disable-static \ 115 --sysconfdir=/etc \ 114 116 --libdir=/usr/libx32 \ 115 117 --host=x86_64-pc-linux-gnux32</userinput></screen> -
chapter08/eudev.xml
rb4516c2 r9282602 105 105 --sysconfdir=/etc \ 106 106 --disable-manpages \ 107 --disable-static \ 108 --config-cache</userinput></screen> 107 --disable-static</userinput></screen> 109 108 110 109 <para>Compile the package:</para> … … 140 139 --sysconfdir=/etc \ 141 140 --disable-manpages \ 142 --disable-static \ 143 --config-cache</userinput></screen> 141 --disable-static</userinput></screen> 144 142 145 143 <para>Compile the package:</para> -
chapter08/expat.xml
rb4516c2 r9282602 82 82 83 83 <screen><userinput remap="configure">CC="gcc -m32" ./configure \ 84 --prefix=/usr \ 84 --prefix=/usr \ 85 --disable-static \ 85 86 --libdir=/usr/lib32 \ 86 87 --host=i686-pc-linux-gnu</userinput></screen> … … 114 115 115 116 <screen><userinput remap="configure">CC="gcc -mx32" ./configure \ 116 --prefix=/usr \ 117 --prefix=/usr \ 118 --disable-static \ 117 119 --libdir=/usr/libx32 \ 118 120 --host=x86_64-pc-linux-gnux32</userinput></screen> -
chapter08/kmod.xml
rb4516c2 r9282602 119 119 --libdir=/usr/lib32 \ 120 120 --sysconfdir=/etc \ 121 --with-openssl \ 121 122 --with-xz \ 122 123 --with-zstd \ … … 156 157 --libdir=/usr/libx32 \ 157 158 --sysconfdir=/etc \ 159 --with-openssl \ 158 160 --with-xz \ 159 161 --with-zstd \ -
chapter08/readline.xml
rb4516c2 r9282602 118 118 --prefix=/usr \ 119 119 --libdir=/usr/lib32 \ 120 --disable-static</userinput></screen> 120 --disable-static \ 121 --with-curses</userinput></screen> 121 122 122 123 <para>Compile the package:</para> … … 149 150 --prefix=/usr \ 150 151 --libdir=/usr/libx32 \ 151 --disable-static</userinput></screen> 152 --disable-static \ 153 --with-curses</userinput></screen> 152 154 153 155 <para>Compile the package:</para> -
chapter08/stripping.xml
rb4516c2 r9282602 133 133 esac 134 134 done</userinput><userinput arch="ml_32,ml_all"> 135 for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg); do 135 for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg) \ 136 $(find /usr/lib32 -type f -name \*.a); do 136 137 case "$online_usrbin $online_usrlib $save_usrlib" in 137 138 *$(basename $i)* ) … … 141 142 esac 142 143 done</userinput><userinput arch="ml_x32,ml_all"> 143 for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg); do 144 for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg) \ 145 $(find /usr/libx32 -type f -name \*.a); do 144 146 case "$online_usrbin $online_usrlib $save_usrlib" in 145 147 *$(basename $i)* ) -
chapter08/wheel.xml
rb4516c2 r9282602 87 87 <seg> 88 88 /usr/lib/python&python-minor;/site-packages/wheel and 89 /usr/lib/python&python-minor;/site-packages/wheel- 0.37.1-py3.10.egg-info89 /usr/lib/python&python-minor;/site-packages/wheel-&wheel-version;-py&python-minor;.egg-info 90 90 </seg> 91 91 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.