From eaf00f62da131c7b4b4dbf556eda019e47b997e6 Mon Sep 17 00:00:00 2001 From: Jan Klos Date: Fri, 24 Jan 2025 18:11:54 +0100 Subject: [PATCH] nut: add --without-nut_monitor to configure args nut_monitor is not used anyway and is needlessly built & does not work with python 3.13 Signed-off-by: Jan Klos --- net/nut/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/nut/Makefile b/net/nut/Makefile index 7181832b2d..10490667f2 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -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 \ -- 2.30.2