projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec45e2b
)
package: add PKG_CONF_ENV variables to host packages
author
Lionel Landwerlin
<llandwerlin@gmail.com>
Fri, 30 Apr 2010 00:24:09 +0000
(
02:24
+0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 2 May 2010 07:31:15 +0000
(09:31 +0200)
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>
package/Makefile.autotools.in
patch
|
blob
|
history
diff --git
a/package/Makefile.autotools.in
b/package/Makefile.autotools.in
index a4be8c8b32764ae6fb8f18c767bb4a9d1d6c1430..34aab77a27ccc4c952ae8d088bc2c4a89f4ade6d 100644
(file)
--- 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" \