From: Rosen Penev Date: Mon, 23 Sep 2019 19:06:32 +0000 (-0700) Subject: libftdi: Add back Boost_NO_BOOST_CMAKE X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a54c065ee220e33507d0f49f65b53beec0b4d7e3;p=openwrt-packages.git libftdi: Add back Boost_NO_BOOST_CMAKE Needed by this package for some reason. Signed-off-by: Rosen Penev --- diff --git a/libs/libftdi/Makefile b/libs/libftdi/Makefile index bc18fda4a..9516de6d1 100644 --- 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