domoticz: enable BUILD_SHARED_LIBS
authorStijn Tintel <redacted>
Wed, 5 Jun 2019 07:54:54 +0000 (10:54 +0300)
committerStijn Tintel <redacted>
Wed, 5 Jun 2019 07:55:39 +0000 (10:55 +0300)
Without this, no suitable boost_thread variant can be identified when
compiling against Boost 1.70.

Signed-off-by: Stijn Tintel <redacted>
utils/domoticz/Makefile

index 1fee52fe7079fc8afc07d2d45a22b78950753700..9f66981ba55007cd6b195b15b3f2de6f75e5b55a 100644 (file)
@@ -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 \
git clone https://git.99rst.org/PROJECT