Changeset a08b5f0
- Timestamp:
- 11/24/2021 08:36:16 PM (22 months ago)
- Branches:
- multilib
- Children:
- eecc4e7
- Parents:
- b010eec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/util-linux.xml
rb010eec ra08b5f0 128 128 <screen><userinput remap="pre">make distclean</userinput></screen> 129 129 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 130 135 <para>Prepare Util-linux for compilation:</para> 131 136 … … 145 150 --without-python \ 146 151 --without-systemd \ 147 --without-systemdsystemunitdir \ 148 --enable-libmount-force-mountinfo</userinput></screen> 152 --without-systemdsystemunitdir</userinput></screen> 149 153 150 154 <screen revision="systemd"><userinput remap="configure">CC="gcc -m32" \ … … 161 165 --disable-pylibmount \ 162 166 --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> 165 172 166 173 <para>Compile the package:</para> … … 186 193 187 194 <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> 188 200 189 201 <para>Prepare Util-linux for compilation:</para> … … 204 216 --without-python \ 205 217 --without-systemd \ 206 --without-systemdsystemunitdir \ 207 --enable-libmount-force-mountinfo</userinput></screen> 218 --without-systemdsystemunitdir</userinput></screen> 208 219 209 220 <screen revision="systemd"><userinput remap="configure">CC="gcc -mx32" \ … … 220 231 --disable-pylibmount \ 221 232 --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> 224 238 225 239 <para>Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.