From af974a9c0531a002715f1ae120d48805b424a3f7 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Sat, 8 Jan 2022 18:18:24 +0100 Subject: [PATCH] Do not force to create pc files in ch6 for mx32/m32 --- chapter06/ncurses.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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: