From 7182efa1bffd81b50275502906f4c8b2aa0006a2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 2 Oct 2019 18:53:50 -0700 Subject: [PATCH] libftdi: Don't build examples Compilation fix with uClibc-ng. No change in package. Signed-off-by: Rosen Penev --- libs/libftdi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/libftdi/Makefile b/libs/libftdi/Makefile index 9516de6d1..6d3c1b9ac 100644 --- a/libs/libftdi/Makefile +++ b/libs/libftdi/Makefile @@ -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))