From 3abde5946b237bcfd09af72acefff799356b9802 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 1 May 2024 15:49:51 +0800 Subject: [PATCH] ncurses: Remove explicit --enable-widec in chapter 6 like chapter 8 --- chapter06/ncurses.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 0a8c7e166..29d406b57 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -69,8 +69,7 @@ popd --with-cxx-shared \ --without-debug \ --without-ada \ - --disable-stripping \ - --enable-widec + --disable-stripping The meaning of the new configure options: @@ -132,9 +131,9 @@ popd Using host tools on cross-compiled programs can cause failure. - + Compile the package: