From: Rosen Penev Date: Tue, 29 Sep 2020 05:53:32 +0000 (-0700) Subject: domoticz: fix compilation with full NLS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ea6700a56d0255620a5b319da5c631b19572c0cb;p=openwrt-packages.git domoticz: fix compilation with full NLS Signed-off-by: Rosen Penev --- diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile index e5cbe8c46..e7bc6e840 100644 --- a/utils/domoticz/Makefile +++ b/utils/domoticz/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=domoticz PKG_VERSION:=2020.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/domoticz/domoticz/archive/$(PKG_VERSION)/$(PKG_SOURCE) @@ -25,6 +25,7 @@ PKG_USE_MIPS16:=0 CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/cmake.mk define Package/domoticz