Changeset f8a51225
- Timestamp:
- 08/23/2022 07:40:37 PM (10 months ago)
- 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. - Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/util-linux.xml
r192dda3 rf8a51225 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
r192dda3 rf8a51225 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
r192dda3 rf8a51225 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
r192dda3 rf8a51225 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
r192dda3 rf8a51225 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
r192dda3 rf8a51225 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
r192dda3 rf8a51225 139 139 esac 140 140 done</userinput><userinput arch="ml_32,ml_all"> 141 for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg); do 141 for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg) \ 142 $(find /usr/lib32 -type f -name \*.a); do 142 143 case "$online_usrbin $online_usrlib $save_usrlib" in 143 144 *$(basename $i)* ) … … 147 148 esac 148 149 done</userinput><userinput arch="ml_x32,ml_all"> 149 for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg); do 150 for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg) \ 151 $(find /usr/libx32 -type f -name \*.a); do 150 152 case "$online_usrbin $online_usrlib $save_usrlib" in 151 153 *$(basename $i)* ) -
chapter08/wheel.xml
r192dda3 rf8a51225 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.