nut: disable hal
authorRomain Naour <romain.naour@openwide.fr>
Thu, 13 Feb 2014 21:17:54 +0000 (22:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Feb 2014 22:16:25 +0000 (23:16 +0100)
[Peter: add to existing _CONF_OPT line as suggested by Yann]
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nut/nut.mk

index 04b2b41e1d813554a2e46b394d4000d8353f0952..04fb36d5392d941410e7a0b959580b06c9033afd 100644 (file)
@@ -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 \