From 7ea2104f0c276dd99fad87edbfb494635f4ae6cd Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 26 May 2022 19:30:40 +0800 Subject: [PATCH] =?UTF-8?q?ncurses=EF=BC=9A=20remove=20libncurses++w.a=20f?= =?UTF-8?q?rom=20temp=20ncurses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter06/ncurses.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index e9316ef98..dd804d5bf 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -134,6 +134,11 @@ popd make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so + Remove an unneeded static library not handled by + configure: + +rm -v /usr/lib/libncurses++w.a + The meaning of the install options: