mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
fix build to avoid libusb installed on host system
This commit is contained in:
parent
71f6cf3315
commit
a1efbb8e02
@ -13,6 +13,9 @@ libusb-compat_configure := ./configure \
|
||||
CC="$(heads_cc)" \
|
||||
--host i386-elf-linux \
|
||||
--prefix "$(INSTALL)" \
|
||||
PKG_CONFIG=/bin/false \
|
||||
LIBUSB_1_0_CFLAGS="-I$(INSTALL)/include/libusb" \
|
||||
LIBUSB_1_0_LIBS="-L$(INSTALL)/lib -lusb-1.0" \
|
||||
|
||||
# Run one build to generate the executables with the pre-defined
|
||||
# exec_prefix and datarootdir, then a second make to install the binaries
|
||||
|
Loading…
Reference in New Issue
Block a user