summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorLionel Landwerlin2010-04-30 02:24:09 +0200
committerPeter Korsgaard2010-05-02 09:31:15 +0200
commit1b41e32febf8561dcff18d90e2be8c921b824f71 (patch)
treea5bd5e86374e85382f678910512f05ea28be9103 /package/Makefile.autotools.in
parenttslib: fix plugin linking (diff)
downloadbuildroot-1b41e32febf8561dcff18d90e2be8c921b824f71.tar.gz
buildroot-1b41e32febf8561dcff18d90e2be8c921b824f71.tar.xz
buildroot-1b41e32febf8561dcff18d90e2be8c921b824f71.zip
package: add PKG_CONF_ENV variables to host packages
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index a4be8c8b3..34aab77a2 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" \