[Buildroot] [PATCH 06/15] bash: fix configuration

Peter Korsgaard jacmet at uclibc.org
Thu Jan 28 16:49:01 UTC 2010


>>>>> "llandwerlin" == llandwerlin  <llandwerlin at gmail.com> writes:

 llandwerlin> From: Lionel Landwerlin <llandwerlin at gmail.com>
 llandwerlin> Patch bash32-011 modifies the configure.in script. Therefor we need to
 llandwerlin> run autoconf before launching the configure script. Otherwise, once
 llandwerlin> the configure script called, the makefile's dependencies over
 llandwerlin> configure.in will relaunch autoconf without options/environnement
 llandwerlin> variables we usually set when calling configure.

 llandwerlin> Signed-off-by: Lionel Landwerlin <llandwerlin at gmail.com>
 llandwerlin> ---
 llandwerlin>  package/bash/bash.mk |    3 ++-
 llandwerlin>  1 files changed, 2 insertions(+), 1 deletions(-)

 llandwerlin> diff --git a/package/bash/bash.mk b/package/bash/bash.mk
 llandwerlin> index 705ce8d..08039e2 100644
 llandwerlin> --- a/package/bash/bash.mk
 llandwerlin> +++ b/package/bash/bash.mk
 llandwerlin> @@ -32,7 +32,8 @@ $(BASH_DIR)/.unpacked: $(DL_DIR)/$(BASH_SOURCE)
 llandwerlin>  $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked
 llandwerlin>  	# bash_cv_have_mbstate_t=yes
 llandwerlin>  	(cd $(BASH_DIR); rm -rf config.cache; \
 llandwerlin> -		$(TARGET_CONFIGURE_OPTS) \
 llandwerlin> +                autoconf && \

That should be $(AUTOCONF) and we need a dependency on
host-autoconf. Will fix myself.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list