diff options
Diffstat (limited to 'community/domoticz')
-rw-r--r-- | community/domoticz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/domoticz/APKBUILD b/community/domoticz/APKBUILD index baed7e4a82..f45df2eae4 100644 --- a/community/domoticz/APKBUILD +++ b/community/domoticz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=domoticz pkgver=4.10717 -pkgrel=2 +pkgrel=3 pkgdesc="Open source Home Automation System" url="http://www.domoticz.com/" arch="all" @@ -30,7 +30,7 @@ build() { -DUSE_STATIC_LIBSTDCXX=OFF \ -DOpenZWave=/usr/lib/libopenzwave.so \ -DUSE_STATIC_OPENZWAVE=OFF \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/var/lib/domoticz \ -DUSE_BUILTIN_LUA=OFF \ -DUSE_BUILTIN_MQTT=OFF \ |