From b95792ee07eca7aad7d3c20f24cc60386f274f7d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 5 Dec 2014 18:12:57 +0100 Subject: libftdi: Explicitly disable bindings and docs. Building the libftdi C++/Python bindings requires the (pretty large) dependencies on boost/Python, so disable them for now. Also disable unneeded documentation. This fixes issue #572. --- src/libftdi.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12