From: Daniel F. Dickinson Date: Sun, 5 Jul 2026 11:53:47 +0000 (-0400) Subject: nut: tweak configure settings for NUT 2.8.5+ X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=12154a072810c630f0bc9bf05a6008f86ccad955;p=openwrt-packages.git nut: tweak configure settings for NUT 2.8.5+ Update deprecated configure option for NUT build. Signed-off-by: Daniel F. Dickinson --- diff --git a/net/nut/Makefile b/net/nut/Makefile index 0883ad61f..b9e480400 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -611,8 +611,7 @@ CONFIGURE_VARS += \ # --without-ssl is used. See: # https://github.com/networkupstools/nut/blob/26177060be94a738bf2d612441af264c90ac37a9/configure.ac#L2930 CONFIGURE_ARGS += \ - --sysconfdir=/etc \ - --with-confdir-suffix=/nut \ + --with-confdir=/etc/nut \ --datadir=/usr/share/nut \ --with-dev \ --$(if $(CONFIG_NUT_DRIVER_USB),with,without)-usb \