diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 29352f50f8..9447f8a1b5 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -57,6 +57,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked --with-curses \ --enable-alias \ --without-bash-malloc \ + $(ENABLE_DEBUG) \ ) touch $@