From: Othmar Truniger Date: Tue, 29 Jul 2025 10:24:52 +0000 (+0200) Subject: linknx: prevent jsoncpp dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=47ed8ab5be05b1080a667942220141525e168ed7;p=openwrt-packages.git linknx: prevent jsoncpp dependency Signed-off-by: Othmar Truniger --- diff --git a/net/linknx/Makefile b/net/linknx/Makefile index 8105a91dd..0beab1b30 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -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