libftdi: Add back Boost_NO_BOOST_CMAKE
Needed by this package for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6358c3e72e
commit
a54c065ee2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue