]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove --with-curses from bash in installer.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 Aug 2008 17:37:33 +0000 (17:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 Aug 2008 17:37:33 +0000 (17:37 +0000)
lfs/bash

index 68baff7097446d8d9e44f6acd4e4984091468708..10924e0a472696ef7ffd0e057f614d6410acdcba 100644 (file)
--- a/lfs/bash
+++ b/lfs/bash
@@ -95,7 +95,6 @@ ifeq "$(STAGE)" "installer"
                        --bindir=/bin \
                        --without-bash-malloc \
                        --with-installed-readline \
-                       --with-curses \
                        --enable-alias
        cd $(DIR_APP) && make CC=$(U_CC) CC_FOR_BUILD="$(HOST_GCC)" #$(PARALLELISMFLAGS)
        cd $(DIR_APP) && make CC=$(U_CC) install DESTDIR=$(INSTALLER_DIR)