From 11b36efa843952e5e30ef8e77f7557ec58846346 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 9 Mar 2009 14:09:20 +0000 Subject: [PATCH] pciutils: fix HOST detection --- package/pciutils/pciutils.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 2a7fe88fd..0d8155f40 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -44,6 +44,7 @@ $(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked $(MAKE1) CC="$(TARGET_CC)" OPT="$(TARGET_CFLAGS)" RANLIB=$(TARGET_RANLIB) AR=$(TARGET_AR) -C $(PCIUTILS_DIR) \ SHAREDIR="/usr/share/misc" \ ZLIB=$(PCIUTILS_HAVE_ZLIB) \ + HOST=$(KERNEL_ARCH)-linux \ PREFIX=/usr touch $@