diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 14:07:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-04 14:07:44 +0200 |
commit | f8c81b5a541bd8a1d6aa052d837dbc1707c01acf (patch) | |
tree | e62aeefcb01c3811d17c962f4a89c47cd9142f44 | |
parent | 73aee55c17aaf096c7684590815193fce3df16da (diff) |
disable bash internal malloc
-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 |