libftdi: Don't build examples
Compilation fix with uClibc-ng. No change in package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d2df36bbb0
commit
7182efa1bf
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ define Package/libftdi/description
|
||||||
The library is linked with your program in userspace, no kernel driver required.
|
The library is linked with your program in userspace, no kernel driver required.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CMAKE_OPTIONS += -DBoost_NO_BOOST_CMAKE=ON
|
CMAKE_OPTIONS += \
|
||||||
|
-DBoost_NO_BOOST_CMAKE=ON \
|
||||||
|
-DEXAMPLES=OFF
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(call Build/InstallDev/cmake,$(1))
|
$(call Build/InstallDev/cmake,$(1))
|
||||||
|
|
Loading…
Reference in a new issue