summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-12-05 18:04:43 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-12-05 18:04:43 (GMT)
commitd5d5052b81a0848b13e1695b1b2c801521cb6efd (patch)
tree6881928745b06066daf4fcb1a5dd4aa9d08e1db6
parent37c3c01025b2f5f031281764ec8af4ee882287b9 (diff)
parentb95792ee07eca7aad7d3c20f24cc60386f274f7d (diff)
downloadmxe-d5d5052b81a0848b13e1695b1b2c801521cb6efd.zip
mxe-d5d5052b81a0848b13e1695b1b2c801521cb6efd.tar.gz
mxe-d5d5052b81a0848b13e1695b1b2c801521cb6efd.tar.bz2
Merge pull request #574 from uwehermann/libftdi_fix
libftdi: Explicitly disable bindings and docs.
-rw-r--r--src/libftdi.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libftdi.mk b/src/libftdi.mk
index 93bae12..85666b4 100644
--- a/src/libftdi.mk
+++ b/src/libftdi.mk
@@ -23,7 +23,10 @@ define $(PKG)_BUILD
--disable-shared \
--enable-static \
--prefix='$(PREFIX)/$(TARGET)' \
+ --disable-libftdipp \
+ --disable-python-binding \
--without-examples \
+ --without-docs
HAVELIBUSB=true
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef