From: Stijn Tintel Date: Wed, 5 Jun 2019 07:54:54 +0000 (+0300) Subject: domoticz: enable BUILD_SHARED_LIBS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b93d39ac744529210e61c45d9d35a2e95e4813ef;p=openwrt-packages.git domoticz: enable BUILD_SHARED_LIBS Without this, no suitable boost_thread variant can be identified when compiling against Boost 1.70. Signed-off-by: Stijn Tintel --- diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile index 1fee52fe7..9f66981ba 100644 --- a/utils/domoticz/Makefile +++ b/utils/domoticz/Makefile @@ -62,6 +62,7 @@ define Package/domoticz/description endef CMAKE_OPTIONS += \ + -DBUILD_SHARED_LIBS=yes \ -DCMAKE_BUILD_TYPE=Release \ -DUSE_BUILTIN_MQTT=no \ -DUSE_BUILTIN_SQLITE=no \