git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
985a8a3
)
domoticz: enable BUILD_SHARED_LIBS
author
Stijn Tintel
<redacted>
Wed, 5 Jun 2019 07:54:54 +0000
(10:54 +0300)
committer
Stijn 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
patch
|
blob
|
history
diff --git
a/utils/domoticz/Makefile
b/utils/domoticz/Makefile
index 1fee52fe7079fc8afc07d2d45a22b78950753700..9f66981ba55007cd6b195b15b3f2de6f75e5b55a 100644
(file)
--- 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 \
git clone https://git.99rst.org/PROJECT