소스 검색

Add --without-ada to the 32bit instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Thomas Trepl 4 년 전
부모
커밋
1e16b261ff
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      chapter06/ncurses.xml

+ 2 - 0
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          \