Browse Source

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>
lilik-openwrt-22.03
Stijn Tintel 5 years ago
parent
commit
b93d39ac74
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/domoticz/Makefile

+ 1
- 0
utils/domoticz/Makefile 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 \


Loading…
Cancel
Save