package libftdi: fix usb detection override

This commit is contained in:
Tony Theodore 2013-01-08 21:14:10 +11:00
parent e2dbfbafae
commit 1262c92938
1 changed files with 1 additions and 1 deletions

View File

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