projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2df36b
)
libftdi: Don't build examples
author
Rosen Penev
<rosenp@gmail.com>
Thu, 3 Oct 2019 01:53:50 +0000
(18:53 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Thu, 3 Oct 2019 01:53:50 +0000
(18:53 -0700)
Compilation fix with uClibc-ng. No change in package.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libftdi/Makefile
patch
|
blob
|
history
diff --git
a/libs/libftdi/Makefile
b/libs/libftdi/Makefile
index 9516de6d1c2edb9840c21af9615ac35c76695982..6d3c1b9acd7a252f12fd63fc8b7caa39097b5d6b 100644
(file)
--- 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))