nut: add --without-nut_monitor to configure args
authorJan Klos <jan@klos.xyz>
Fri, 24 Jan 2025 17:11:54 +0000 (18:11 +0100)
committerRosen Penev <rosenp@gmail.com>
Fri, 24 Jan 2025 18:22:28 +0000 (10:22 -0800)
nut_monitor is not used anyway and is needlessly built & does not work with python 3.13

Signed-off-by: Jan Klos <jan@klos.xyz>
net/nut/Makefile

index 7181832b2da5b106cb60a1ed6c3e28d79a41fa82..10490667f26b9064047f77413e99b41cb0da9b63 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nut
 PKG_VERSION:=2.8.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.8/
@@ -545,6 +545,7 @@ CONFIGURE_ARGS += \
        --$(if $(CONFIG_NUT_SSL),with,without)-ssl $(if $(CONFIG_NUT_SSL),--with-openssl) \
        --without-libltdl \
        --without-macosx_ups \
+       --without-nut_monitor \
        --with-statepath=/var/run/nut \
        --with-pidpath=/var/run \
        --with-drvpath=/lib/nut \