summaryrefslogtreecommitdiffstats
path: root/src/libftdi.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-01-08 09:30:08 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-01-08 09:30:15 (GMT)
commite2dbfbafaea929615731e48e4f57f4212e512260 (patch)
tree9c3570fad9a49d31ffd69af89bd0165232b948a6 /src/libftdi.mk
parentcb1bc483429aca2286f237d9ac64cda2ffca078d (diff)
downloadmxe-e2dbfbafaea929615731e48e4f57f4212e512260.zip
mxe-e2dbfbafaea929615731e48e4f57f4212e512260.tar.gz
mxe-e2dbfbafaea929615731e48e4f57f4212e512260.tar.bz2
package libftdi: override libusb detection
Otherwise libusb will be detected on the build system and fail if it isn't there.
Diffstat (limited to 'src/libftdi.mk')
-rw-r--r--src/libftdi.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libftdi.mk b/src/libftdi.mk
index e9eff29..e4ea221 100644
--- a/src/libftdi.mk
+++ b/src/libftdi.mk
@@ -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