mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
bash: enable job-control
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1e7db1d165
commit
b20c2a95c7
@ -23,12 +23,13 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
bash_cv_job_control_missing=present \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--bindir=/bin \
|
--bindir=/bin \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--disable-job-control \
|
--enable-job-control \
|
||||||
--without-bash-malloc \
|
--without-bash-malloc \
|
||||||
--without-installed-readline \
|
--without-installed-readline \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user