mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user