buildrootschalter/package/bash
Vicente Olivert Riera 9623ff651f bash: fix linking for static builds with uClibc toolchains
bash fails to link for static builds with uClibc toolchains due to
getenv redefinitions. This is caused because bash is unable to check if
getenv is already defined when cross-compiling, so it defaults to 'yes':

configure:14438: WARNING: cannot check getenv redefinition if cross
compiling -- defaulting to yes

We can avoid this redefinition by passing bash_cv_getenv_redef=no to the
configure script.

Related:
	http://lists.gnu.org/archive/html/bug-bash/2012-03/msg00052.html

Fixes:
	http://autobuild.buildroot.net/results/a20/a2007e6dbcfe53e7cd837ae642869ee26376826a/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-10-25 12:45:08 +02:00
..
Config.in bash: bump to version 4.3 2014-03-01 14:47:17 +01:00
bash-000-mkbuiltins-cross.patch bash: bump to version 4.3 2014-03-01 14:47:17 +01:00
bash-001-patchlevel1-27.patch bash: add more security patches 2014-10-03 20:54:45 +02:00
bash-002-patchlevel28.patch bash: add more security patches 2014-10-03 20:54:45 +02:00
bash-003-patchlevel29.patch bash: security bump to patchlevel 30 2014-10-06 21:00:33 +02:00
bash-004-patchlevel30.patch bash: security bump to patchlevel 30 2014-10-06 21:00:33 +02:00
bash.hash bash: security bump to patchlevel 25 2014-09-24 22:55:54 +02:00
bash.mk bash: fix linking for static builds with uClibc toolchains 2014-10-25 12:45:08 +02:00