package libftdi: override libusb detection

Otherwise libusb will be detected on the build system and fail if
it isn't there.
This commit is contained in:
Mark Brand 2013-01-08 10:30:08 +01:00
parent cb1bc48342
commit e2dbfbafae
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ define $(PKG)_BUILD
--disable-shared \
--enable-static \
--prefix='$(PREFIX)/$(TARGET)' \
--without-examples
--without-examples \
HAVELIBUSB=yes
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef