1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00

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>
This commit is contained in:
Stijn Tintel 2019-06-05 10:54:54 +03:00
parent 985a8a3f8c
commit b93d39ac74

View 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 \