linknx: prevent jsoncpp dependency

Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
Othmar Truniger
2025-07-29 12:24:52 +02:00
committed by Hannu Nyman
parent f6ade70bca
commit 47ed8ab5be

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=linknx
PKG_VERSION:=0.0.1.39
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-${PKG_VERSION}.tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/linknx/linknx/tar.gz/$(PKG_VERSION)?
@@ -39,6 +39,8 @@ CONFIGURE_ARGS+= \
--without-log4cpp \
--with-lua \
--with-libcurl \
--without-jsoncpp \
--without-cppunit \
--without-mysql
define Package/linknx/install