bash: enable job-control

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-18 14:01:08 +01:00
parent 1e7db1d165
commit b20c2a95c7

View File

@ -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 \