Selaa lähdekoodia

pciutils: fix HOST detection

Peter Korsgaard 16 vuotta sitten
vanhempi
commit
11b36efa84
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      package/pciutils/pciutils.mk

+ 1 - 0
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 $@