mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools
This commit is contained in:
parent
793ef73913
commit
2ac7adce28
@ -40,7 +40,7 @@ $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURC
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(PCIUTILS_DIR)/.compiled: $(PCIUTILS_DIR)/.unpacked
|
$(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" \
|
SHAREDIR="/usr/share/misc" \
|
||||||
ZLIB=$(PCIUTILS_HAVE_ZLIB) \
|
ZLIB=$(PCIUTILS_HAVE_ZLIB) \
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user