From: Jan Klos Date: Fri, 24 Jan 2025 17:11:54 +0000 (+0100) Subject: nut: add --without-nut_monitor to configure args X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eaf00f62da131c7b4b4dbf556eda019e47b997e6;p=feed%2Fpackages.git 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 --- 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 \