diff options
Diffstat (limited to 'make/bash.mk')
-rw-r--r-- | make/bash.mk | 1 |
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 |