From b20c2a95c7e6aea0cbbaf8123a8b86ad908cb46c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 18 Mar 2012 14:01:08 +0100 Subject: [PATCH] bash: enable job-control Signed-off-by: Stephan Raue --- packages/sysutils/bash/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/sysutils/bash/build b/packages/sysutils/bash/build index 9fd488499b..70237575f1 100755 --- a/packages/sysutils/bash/build +++ b/packages/sysutils/bash/build @@ -23,12 +23,13 @@ . config/options $1 cd $PKG_BUILD +bash_cv_job_control_missing=present \ ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ --bindir=/bin \ --with-gnu-ld \ - --disable-job-control \ + --enable-job-control \ --without-bash-malloc \ --without-installed-readline \ --disable-nls \