From: Eric Andersen Date: Tue, 29 Oct 2002 14:59:37 +0000 (-0000) Subject: Support some features X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60fe526df86b20d9a9d4a8c424c3c72017d38663;p=buildroot.git Support some features --- diff --git a/make/bash.mk b/make/bash.mk index 869be9df05..a5a9cff5fb 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