linknx: prevent jsoncpp dependency
authorOthmar Truniger <[email protected]>
Tue, 29 Jul 2025 10:24:52 +0000 (12:24 +0200)
committerHannu Nyman <[email protected]>
Mon, 25 Aug 2025 03:45:08 +0000 (06:45 +0300)
Signed-off-by: Othmar Truniger <[email protected]>
net/linknx/Makefile

index 8105a91dd8dccc5585d2c988e9b2c770ed7a45f6..0beab1b30597d145c1d04f549fe91814110c366a 100644 (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