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 26c408fc9..855c0fbe0 100644 --- a/make/bash.mk +++ b/make/bash.mk @@ -46,6 +46,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked $(DISABLE_LARGEFILE) \ --with-curses \ --enable-alias \ + --without-bash-malloc \ ); touch $(BASH_DIR)/.configured |