summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2009-01-01 14:05:54 +0000
committerNigel Kukard <nkukard@lbsd.net>2009-01-01 14:05:54 +0000
commit2ac7adce281f854ddca26a3bfaf2cc129ad509bd (patch)
tree51f85304c1e163b9a8547539a268f92d89dd8a2d /package/pciutils
parent793ef739131ae645e954b720727670239970d6f7 (diff)
downloadbuildroot-novena-2ac7adce281f854ddca26a3bfaf2cc129ad509bd.tar.gz
buildroot-novena-2ac7adce281f854ddca26a3bfaf2cc129ad509bd.zip
* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index 18b5e559f..784985e7c 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -40,7 +40,7 @@ $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURC
touch $@
$(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked
- $(MAKE1) CC="$(TARGET_CC)" OPT="$(TARGET_CFLAGS)" -C $(PCIUTILS_DIR) \
+ $(MAKE1) CC="$(TARGET_CC)" OPT="$(TARGET_CFLAGS)" RANLIB=$(TARGET_RANLIB) AR=$(TARGET_AR) -C $(PCIUTILS_DIR) \
SHAREDIR="/usr/share/misc" \
ZLIB=$(PCIUTILS_HAVE_ZLIB) \
PREFIX=/usr