diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index a63725303aa..1328f0ad140 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -1,11 +1,21 @@ # Template build file for 'chroot-bash'. pkgname=chroot-bash version=4.2 -revision=3 +revision=4 wrksrc="bash-${version}" build_style=gnu-configure configure_args="--without-bash-malloc --enable-static-link - bash_cv_job_control_missing=present LDFLAGS=" + bash_cv_under_sys_siglist=yes bash_cv_unusable_rtsigs=no + bash_cv_void_sighandler=yes bash_cv_wcontinued_broken=no + bash_cv_sys_named_pipes=present bash_cv_job_control_missing=present + bash_cv_wexitstatus_offset=8 bash_cv_must_reinstall_sighandlers=no + bash_cv_opendir_not_robust=no bash_cv_signal_vintage=posix + bash_cv_getenv_redef=yes bash_cv_getpw_declared=yes + bash_cv_func_sigsetjmp=present bash_cv_ulimit_maxfds=yes + bash_cv_getcwd_malloc=yes bash_cv_under_sys_siglist=yes + bash_cv_sys_siglist=yes bash_cv_func_ctype_nonascii=no + bash_cv_dup2_broken=no bash_cv_pgrp_pipe=no bash_cv_printf_a_format=yes + bash_cv_func_strcoll_broken=no bash_cv_func_vsnprintf=yes" short_desc="The GNU Bourne Again Shell -- for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/bash/bash.html" @@ -22,10 +32,7 @@ long_desc=" command history, job control, shell functions and aliases, indexed arrays of unlimited size, and integer arithmetic in any base from two to sixty-four. In addition, most sh scripts can be run by Bash without - modification. - - This package is only meant to be used by xbps-src, don't install it - manually." + modification." broken_as_needed=yes bootstrap=yes