mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-08 07:14:17 +00:00
Remove an invalid (ignored) option; Move ncursesw6-config out of the way for lib{,x}32
This commit is contained in:
parent
b010eeca35
commit
a08b5f01cb
@ -127,6 +127,11 @@ su tester -c "make -k check"</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="pre">make distclean</userinput></screen>
|
<screen><userinput remap="pre">make distclean</userinput></screen>
|
||||||
|
|
||||||
|
<para>Move a tool out of the way which is optionally used by
|
||||||
|
configure but will report invalid pathes for multilib builds.</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{,.tmp}</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Util-linux for compilation:</para>
|
<para>Prepare Util-linux for compilation:</para>
|
||||||
|
|
||||||
<screen revision="sysv"><userinput remap="configure">CC="gcc -m32" \
|
<screen revision="sysv"><userinput remap="configure">CC="gcc -m32" \
|
||||||
@ -144,8 +149,7 @@ su tester -c "make -k check"</userinput></screen>
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--without-python \
|
--without-python \
|
||||||
--without-systemd \
|
--without-systemd \
|
||||||
--without-systemdsystemunitdir \
|
--without-systemdsystemunitdir</userinput></screen>
|
||||||
--enable-libmount-force-mountinfo</userinput></screen>
|
|
||||||
|
|
||||||
<screen revision="systemd"><userinput remap="configure">CC="gcc -m32" \
|
<screen revision="systemd"><userinput remap="configure">CC="gcc -m32" \
|
||||||
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
||||||
@ -160,8 +164,11 @@ su tester -c "make -k check"</userinput></screen>
|
|||||||
--disable-runuser \
|
--disable-runuser \
|
||||||
--disable-pylibmount \
|
--disable-pylibmount \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-python \
|
--without-python</userinput></screen>
|
||||||
--enable-libmount-force-mountinfo</userinput></screen>
|
|
||||||
|
<para>Restore the tool previously moved away:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{.tmp,}</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
@ -186,6 +193,11 @@ rm -rf DESTDIR</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="pre">make distclean</userinput></screen>
|
<screen><userinput remap="pre">make distclean</userinput></screen>
|
||||||
|
|
||||||
|
<para>Move a tool out of the way which is optionally used by
|
||||||
|
configure but will report invalid pathes for multilib builds.</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{,.tmp}</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Util-linux for compilation:</para>
|
<para>Prepare Util-linux for compilation:</para>
|
||||||
|
|
||||||
<screen revision="sysv"><userinput remap="configure">CC="gcc -mx32" \
|
<screen revision="sysv"><userinput remap="configure">CC="gcc -mx32" \
|
||||||
@ -203,8 +215,7 @@ rm -rf DESTDIR</userinput></screen>
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--without-python \
|
--without-python \
|
||||||
--without-systemd \
|
--without-systemd \
|
||||||
--without-systemdsystemunitdir \
|
--without-systemdsystemunitdir</userinput></screen>
|
||||||
--enable-libmount-force-mountinfo</userinput></screen>
|
|
||||||
|
|
||||||
<screen revision="systemd"><userinput remap="configure">CC="gcc -mx32" \
|
<screen revision="systemd"><userinput remap="configure">CC="gcc -mx32" \
|
||||||
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
|
||||||
@ -219,8 +230,11 @@ rm -rf DESTDIR</userinput></screen>
|
|||||||
--disable-runuser \
|
--disable-runuser \
|
||||||
--disable-pylibmount \
|
--disable-pylibmount \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-python \
|
--without-python</userinput></screen>
|
||||||
--enable-libmount-force-mountinfo</userinput></screen>
|
|
||||||
|
<para>Restore the tool previously moved away:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="configure">mv /usr/bin/ncursesw6-config{.tmp,}</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user