diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 12:58:30 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 12:58:30 +0000 |
commit | a0d9193fa6e34003327ea10e16e9c48ff0d49210 (patch) | |
tree | 6f3cc214a226edaf450667730684c362930771f7 /chapter06 | |
parent | e0578b6050cdea63e8e2c9e6ebfbb04e337a7d74 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses.xml | 3 |
1 files changed, 1 insertions, 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</userinput></screen> --without-debug \ --without-ada \ --without-normal \ - --enable-widec \ - --enable-pc-files</userinput></screen> + --enable-widec</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |