Browse Source

disable bash internal malloc

Waldemar Brodkorb 10 years ago
parent
commit
f8c81b5a54
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/bash/Makefile

+ 1 - 0
package/bash/Makefile

@@ -27,6 +27,7 @@ $(eval $(call PKG_template,BASH,bash,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS
 CONFIGURE_ENV+=		bash_cv_getenv_redef=no \
 CONFIGURE_ENV+=		bash_cv_getenv_redef=no \
 			bash_cv_job_control_missing=yes
 			bash_cv_job_control_missing=yes
 CONFIGURE_ARGS+=	--disable-rpath \
 CONFIGURE_ARGS+=	--disable-rpath \
+			--without-bash-malloc \
 			--cache-file=/dev/null \
 			--cache-file=/dev/null \
 			--enable-job-control \
 			--enable-job-control \
 			--enable-history
 			--enable-history