Skip to content

Commit

Permalink
libftdi: Don't build examples
Browse files Browse the repository at this point in the history
Compilation fix with uClibc-ng. No change in package.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Oct 3, 2019
1 parent d2df36b commit 7182efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/libftdi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ define Package/libftdi/description
The library is linked with your program in userspace, no kernel driver required.
endef

CMAKE_OPTIONS += -DBoost_NO_BOOST_CMAKE=ON
CMAKE_OPTIONS += \
-DBoost_NO_BOOST_CMAKE=ON \
-DEXAMPLES=OFF

define Build/InstallDev
$(call Build/InstallDev/cmake,$(1))
Expand Down

0 comments on commit 7182efa

Please sign in to comment.