aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2019-06-05 10:54:54 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2019-06-05 10:55:39 +0300
commitb93d39ac744529210e61c45d9d35a2e95e4813ef (patch)
tree6576f61c83ae36e13992696535bd3b083ff7d778 /utils
parent985a8a3f8c7744059bb694bd2a8a4920fbedeca3 (diff)
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 <stijn@linux-ipv6.be>
Diffstat (limited to 'utils')
-rw-r--r--utils/domoticz/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \