All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] Add $$(PKG)_AUTORECONF_ENV argument to autotools package autoreconf command to allow environment variables to be used.
@ 2014-07-18  8:42 Rick Taylor
  2014-07-18  8:42 ` [Buildroot] [PATCH 2/3] Update documentation of AUTORECONF_ENV Rick Taylor
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Rick Taylor @ 2014-07-18  8:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Rick Taylor <rick.taylor@cassidian.com>
---
 package/pkg-autotools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index 557413d..255c42d 100644
--- a/package/pkg-autotools.mk
+++ b/package/pkg-autotools.mk
@@ -228,7 +228,7 @@ endef
 #
 define AUTORECONF_HOOK
 	@$$(call MESSAGE,"Autoreconfiguring")
-	$$(Q)cd $$($$(PKG)_SRCDIR) && $$(AUTORECONF) $$($$(PKG)_AUTORECONF_OPT)
+	$$(Q)cd $$($$(PKG)_SRCDIR) && $$($$(PKG)_AUTORECONF_ENV) $$(AUTORECONF) $$($$(PKG)_AUTORECONF_OPT)
 	$$(Q)if test "$$($$(PKG)_LIBTOOL_PATCH)" = "YES"; then \
 		for i in `find $$($$(PKG)_SRCDIR) -name ltmain.sh`; do \
 			ltmain_version=`sed -n '/^[ 	]*VERSION=/{s/^[ 	]*VERSION=//;p;q;}' $$$$i | \
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-18  9:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18  8:42 [Buildroot] [PATCH 1/3] Add $$(PKG)_AUTORECONF_ENV argument to autotools package autoreconf command to allow environment variables to be used Rick Taylor
2014-07-18  8:42 ` [Buildroot] [PATCH 2/3] Update documentation of AUTORECONF_ENV Rick Taylor
2014-07-18  8:52   ` Thomas Petazzoni
2014-07-18  8:54   ` Thomas De Schampheleire
2014-07-18  9:16     ` Rick Taylor
2014-07-18  8:42 ` [Buildroot] [PATCH 3/3] Update documentation to clarify usage Rick Taylor
2014-07-18  8:52   ` Thomas Petazzoni
2014-07-18  8:51 ` [Buildroot] [PATCH 1/3] Add $$(PKG)_AUTORECONF_ENV argument to autotools package autoreconf command to allow environment variables to be used Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.