Browse Source

added debug option

John Voltz 17 years ago
parent
commit
1163cf741c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/bash/bash.mk

+ 1 - 0
package/bash/bash.mk

@@ -57,6 +57,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked
 		--with-curses \
 		--enable-alias \
 		--without-bash-malloc \
+		$(ENABLE_DEBUG) \
 	)
 	touch $@