summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-04 14:07:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-04 14:07:44 +0200
commitf8c81b5a541bd8a1d6aa052d837dbc1707c01acf (patch)
treee62aeefcb01c3811d17c962f4a89c47cd9142f44
parent73aee55c17aaf096c7684590815193fce3df16da (diff)
disable bash internal malloc
-rw-r--r--package/bash/Makefile1
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