From 66c4d32f7c01115d4fd43aa6215663cc1cae3c99 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Thu, 13 Feb 2014 22:17:54 +0100 Subject: [PATCH] nut: disable hal [Peter: add to existing _CONF_OPT line as suggested by Yann] Signed-off-by: Romain Naour Signed-off-by: Peter Korsgaard --- package/nut/nut.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/nut/nut.mk b/package/nut/nut.mk index 04b2b41e1d..04fb36d539 100644 --- a/package/nut/nut.mk +++ b/package/nut/nut.mk @@ -17,7 +17,8 @@ NUT_AUTORECONF = YES # Put the PID files in a read-write place (/var/run is a tmpfs) # since the default location (/var/state/ups) maybe readonly. NUT_CONF_OPT = \ - --with-altpidpath=/var/run/upsd + --with-altpidpath=/var/run/upsd \ + --without-hal NUT_CONF_ENV = \ GDLIB_CONFIG=$(STAGING_DIR)/usr/bin/gdlib-config \ -- 2.30.2