projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8566d5f
)
pciutils: fix HOST detection
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 9 Mar 2009 14:09:20 +0000
(14:09 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 9 Mar 2009 14:09:20 +0000
(14:09 -0000)
package/pciutils/pciutils.mk
patch
|
blob
|
history
diff --git
a/package/pciutils/pciutils.mk
b/package/pciutils/pciutils.mk
index 2a7fe88fdc05df83df0f9b0d92cc99697fded25e..0d8155f4078033722cf6119a462a015b0f023a2a 100644
(file)
--- 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 $@