From b93d39ac744529210e61c45d9d35a2e95e4813ef Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 5 Jun 2019 10:54:54 +0300 Subject: [PATCH] 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 --- utils/domoticz/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \