bash: override some tests for proper cross builds.
This commit is contained in:
parent
f566836d41
commit
9e23a5e17c
|
@ -3,11 +3,22 @@ pkgname=bash
|
||||||
_bash_distver=4.2
|
_bash_distver=4.2
|
||||||
_bash_patchlevel=045
|
_bash_patchlevel=045
|
||||||
version=${_bash_distver}.${_bash_patchlevel}
|
version=${_bash_distver}.${_bash_patchlevel}
|
||||||
revision=2
|
revision=3
|
||||||
#version=${_bash_distver}
|
#version=${_bash_distver}
|
||||||
wrksrc=${pkgname}-${_bash_distver}
|
wrksrc=${pkgname}-${_bash_distver}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-bash-malloc --with-curses --with-installed-readline"
|
configure_args="--without-bash-malloc --with-curses --with-installed-readline
|
||||||
|
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"
|
||||||
makedepends="readline-devel bison"
|
makedepends="readline-devel bison"
|
||||||
crossmakedepends="readline-devel"
|
crossmakedepends="readline-devel"
|
||||||
short_desc="The GNU Bourne Again Shell"
|
short_desc="The GNU Bourne Again Shell"
|
||||||
|
|
Loading…
Reference in New Issue