From: Lionel Landwerlin Date: Fri, 30 Apr 2010 00:24:09 +0000 (+0200) Subject: package: add PKG_CONF_ENV variables to host packages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b41e32febf8561dcff18d90e2be8c921b824f71;p=buildroot.git package: add PKG_CONF_ENV variables to host packages Signed-off-by: Lionel Landwerlin Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index a4be8c8b32..34aab77a27 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -108,6 +108,7 @@ define $(2)_CONFIGURE_CMDS $$(HOST_CONFIGURE_OPTS) \ CFLAGS="$$(HOST_CFLAGS)" \ LDFLAGS="$$(HOST_LDFLAGS)" \ + $$($$(PKG)_CONF_ENV) \ ./configure \ --prefix="$$(HOST_DIR)/usr" \ --sysconfdir="$$(HOST_DIR)/etc" \