summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2002-10-29 15:59:37 +0100
committerEric Andersen2002-10-29 15:59:37 +0100
commit60fe526df86b20d9a9d4a8c424c3c72017d38663 (patch)
tree2e4ea4791f243358eb1d20e5c51aea2587644caa /make
parentCleanup (diff)
downloadbuildroot-60fe526df86b20d9a9d4a8c424c3c72017d38663.tar.gz
buildroot-60fe526df86b20d9a9d4a8c424c3c72017d38663.tar.xz
buildroot-60fe526df86b20d9a9d4a8c424c3c72017d38663.zip
Support some features
Diffstat (limited to 'make')
-rw-r--r--make/bash.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/bash.mk b/make/bash.mk
index 869be9df0..a5a9cff5f 100644
--- a/make/bash.mk
+++ b/make/bash.mk
@@ -23,6 +23,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked
(cd $(BASH_DIR); autoconf; rm -f config.cache; CC=$(TARGET_CC1) \
CFLAGS=-D_POSIX_SOURCE ./configure --prefix=/usr --disable-nls \
--mandir=/junk --infodir=/junk \
+ --with-curses --enable-alias \
);
touch $(BASH_DIR)/.configured