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:
6358c3e
)
libftdi: Add back Boost_NO_BOOST_CMAKE
author
Rosen Penev
<rosenp@gmail.com>
Mon, 23 Sep 2019 19:06:32 +0000
(12:06 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Mon, 23 Sep 2019 19:06:32 +0000
(12:06 -0700)
Needed by this package for some reason.
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 bc18fda4ac500c919466df4f88f3862d03b9c8e3..9516de6d1c2edb9840c21af9615ac35c76695982 100644
(file)
--- a/
libs/libftdi/Makefile
+++ b/
libs/libftdi/Makefile
@@
-40,6
+40,8
@@
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
+
define Build/InstallDev
$(call Build/InstallDev/cmake,$(1))
$(SED) 's,/usr/bin,/usr,g' $(1)/usr/lib/pkgconfig/libftdi.pc