diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index d8f8f1d18..805556382 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -183,9 +183,8 @@ CXX="$LFS_TGT-g++ -m32" \
--without-debug \
--without-ada \
--without-normal \
- --enable-pc-files \
- --enable-widec \
- --with-pkg-config-libdir=/usr/lib32/pkgconfig
+ --disable-stripping \
+ --enable-widec
Compile the package:
@@ -223,9 +222,8 @@ CXX="$LFS_TGT-g++ -mx32" \
--without-debug \
--without-ada \
--without-normal \
- --enable-pc-files \
- --enable-widec \
- --with-pkg-config-libdir=/usr/libx32/pkgconfig
+ --disable-stripping \
+ --enable-widec
Compile the package: