diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-29 09:17:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-29 09:17:15 +0200 |
commit | ebb07458b56326b3bca6f65a5881d9ef05bb8434 (patch) | |
tree | 465dae2696fefe307b4ff69e5f0410db74f09a62 | |
parent | 4460c401976d7335e8cf5555331c468822de77cf (diff) | |
download | buildroot-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>
-rw-r--r-- | package/pciutils/pciutils.mk | 2 |
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)" \ |