ncurses: remove libncurses++w.a from temp ncurses

This commit is contained in:
Xi Ruoyao 2022-05-26 19:30:40 +08:00
parent 8731bd1cd0
commit 2bb813a1e8
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -134,6 +134,11 @@ popd</userinput></screen>
<screen><userinput remap="install">make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install
echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
<para>Remove an unneeded static library not handled by
<command>configure</command>:</para>
<screen><userinput remap="install">rm -v /usr/lib/libncurses++w.a</userinput></screen>
<variablelist>
<title>The meaning of the install options:</title>