From f8c81b5a541bd8a1d6aa052d837dbc1707c01acf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 4 Aug 2014 14:07:25 +0200 Subject: disable bash internal malloc --- package/bash/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/bash/Makefile') 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 -- cgit v1.2.3