diff options
author | Lionel Landwerlin <llandwerlin@gmail.com> | 2010-04-30 02:24:09 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-02 09:31:15 +0200 |
commit | 1b41e32febf8561dcff18d90e2be8c921b824f71 (patch) | |
tree | a5bd5e86374e85382f678910512f05ea28be9103 | |
parent | ec45e2bad4e26d193f3c1ff5ffafe82f98161d14 (diff) | |
download | buildroot-novena-1b41e32febf8561dcff18d90e2be8c921b824f71.tar.gz buildroot-novena-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>
-rw-r--r-- | package/Makefile.autotools.in | 1 |
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" \ |