From a0d9193fa6e34003327ea10e16e9c48ff0d49210 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 14 Jun 2020 12:58:30 +0000 Subject: [PATCH] Do not install .pc files for ncurses in chapter 6: they are not needed, and it may generate errors if pkg-config is not installed on the host git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 629a07f79..38da3ca22 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -68,8 +68,7 @@ popd --without-debug \ --without-ada \ --without-normal \ - --enable-widec \ - --enable-pc-files + --enable-widec The meaning of the new configure options: