diff options
-rw-r--r-- | package/bash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile index e97323ada..1e1aecf2e 100644 --- a/package/bash/Makefile +++ b/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 \ bash_cv_job_control_missing=yes CONFIGURE_ARGS+= --disable-rpath \ + --without-bash-malloc \ --cache-file=/dev/null \ --enable-job-control \ --enable-history |