]> git.99rst.org Git - openwrt-packages.git/commitdiff
nut: tweak configure settings for NUT 2.8.5+
authorDaniel F. Dickinson <redacted>
Sun, 5 Jul 2026 11:53:47 +0000 (07:53 -0400)
committerAlexandru Ardelean <redacted>
Wed, 19 Aug 2026 20:00:56 +0000 (23:00 +0300)
Update deprecated configure option for NUT build.

Signed-off-by: Daniel F. Dickinson <redacted>
net/nut/Makefile

index 0883ad61f6b6145182d7ff30db1707467dbcdacf..b9e480400f5c7acd9221b9c50d03c12b464c329c 100644 (file)
@@ -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 \
git clone https://git.99rst.org/PROJECT