diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-09 14:09:20 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-09 14:09:20 +0000 |
commit | 11b36efa843952e5e30ef8e77f7557ec58846346 (patch) | |
tree | 817902ab24b5108a115fb7357fbb09696993f6f6 /package | |
parent | 8566d5fa978fa794f4504549dcd679bb7fe79076 (diff) |
pciutils: fix HOST detection
Diffstat (limited to 'package')
-rw-r--r-- | package/pciutils/pciutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 $@ |