Browse Source
libftdi: Don't build examples
Compilation fix with uClibc-ng. No change in package.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
3 additions and
1 deletions
-
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)) |
|
|
|