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
parent
commit
7182efa1bf
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libs/libftdi/Makefile

+ 3
- 1
libs/libftdi/Makefile View File

@ -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))


Loading…
Cancel
Save