summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-04-29 09:17:15 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-29 09:17:15 +0200
commitebb07458b56326b3bca6f65a5881d9ef05bb8434 (patch)
tree465dae2696fefe307b4ff69e5f0410db74f09a62 /package/pciutils
parent4460c401976d7335e8cf5555331c468822de77cf (diff)
downloadbuildroot-novena-ebb07458b56326b3bca6f65a5881d9ef05bb8434.tar.gz
buildroot-novena-ebb07458b56326b3bca6f65a5881d9ef05bb8434.zip
pciutils: ensure cross-pkgconfig is used
For build with libkmod. Fixes http://autobuild.buildroot.net/results/70cdca5c5a41a14277c616fba3a58d8aa5fa5a2c/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index 2cd10c0b5..c1ae09437 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -40,7 +40,7 @@ define PCIUTILS_CONFIGURE_CMDS
endef
define PCIUTILS_BUILD_CMDS
- $(MAKE) CC="$(TARGET_CC)" \
+ $(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" \
HOST="$(KERNEL_ARCH)-linux" \
OPT="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \