From 451015bb3da0fcd04c2734caedf3516d4aaedd70 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 5 Feb 2013 02:26:03 +0100 Subject: [PATCH] chroot-bash: make this cross buildable. --- srcpkgs/chroot-bash/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index b19fffbe2ac..a63725303aa 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -4,7 +4,8 @@ version=4.2 revision=3 wrksrc="bash-${version}" build_style=gnu-configure -configure_args="--without-bash-malloc --enable-static-link LDFLAGS=" +configure_args="--without-bash-malloc --enable-static-link + bash_cv_job_control_missing=present LDFLAGS=" short_desc="The GNU Bourne Again Shell -- for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/bash/bash.html"