From: Peter Korsgaard Date: Mon, 29 Apr 2013 07:17:15 +0000 (+0200) Subject: pciutils: ensure cross-pkgconfig is used X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebb07458b56326b3bca6f65a5881d9ef05bb8434;p=buildroot.git 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 --- diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 2cd10c0b5d..c1ae094378 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)" \