Skip to content

Commit eaf00f6

Browse files
drujdneheb
authored andcommitted
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 <[email protected]>
1 parent 9cd00fb commit eaf00f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

net/nut/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=nut
1111
PKG_VERSION:=2.8.1
12-
PKG_RELEASE:=2
12+
PKG_RELEASE:=3
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.8/
@@ -545,6 +545,7 @@ CONFIGURE_ARGS += \
545545
--$(if $(CONFIG_NUT_SSL),with,without)-ssl $(if $(CONFIG_NUT_SSL),--with-openssl) \
546546
--without-libltdl \
547547
--without-macosx_ups \
548+
--without-nut_monitor \
548549
--with-statepath=/var/run/nut \
549550
--with-pidpath=/var/run \
550551
--with-drvpath=/lib/nut \

0 commit comments

Comments
 (0)