From a2ef756a47e27a474b5d1e5fdf1dab6baf96ba95 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Sun, 30 Aug 2020 14:04:15 +0000 Subject: [PATCH] Add --without-ada to the 32bit instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 80eac489f..6363dd88f 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -181,6 +181,7 @@ CXX="$LFS_TGT-g++ -m32" \ --mandir=/usr/share/man \ --with-shared \ --without-debug \ + --without-ada \ --without-normal \ --enable-pc-files \ --enable-widec \ @@ -219,6 +220,7 @@ CXX="$LFS_TGT-g++ -mx32" \ --mandir=/usr/share/man \ --with-shared \ --without-debug \ + --without-ada \ --without-normal \ --enable-pc-files \ --enable-widec \