summaryrefslogtreecommitdiff
path: root/package/nut
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-06-01 23:03:29 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-01 23:14:15 +0200
commit21dd304ec5cb70e2b24705dce3519e395802121e (patch)
tree091b5956abbd0970c4b257a51792a439d08660e2 /package/nut
parent784ec4e526940f8f81d7831181374060c7224692 (diff)
package/nut: bump to latest stable
Our patch is still valid, but it now builds fine with // builds (tested many times with up to 128 // jobs, without failure.) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nut')
-rw-r--r--package/nut/nut.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index b318258de..6249eec6e 100644
--- a/package/nut/nut.mk
+++ b/package/nut/nut.mk
@@ -4,8 +4,8 @@
#
################################################################################
-NUT_VERSION_MAJOR = 2.6
-NUT_VERSION = $(NUT_VERSION_MAJOR).5
+NUT_VERSION_MAJOR = 2.7
+NUT_VERSION = $(NUT_VERSION_MAJOR).2
NUT_SITE = http://www.networkupstools.org/source/$(NUT_VERSION_MAJOR)/
NUT_LICENSE = GPLv2+, GPLv3+ (python scripts), GPL/Artistic (perl client)
NUT_LICENSE_FILES = COPYING LICENSE-GPL2 LICENSE-GPL3
@@ -14,9 +14,6 @@ NUT_DEPENDENCIES = host-pkgconf
# Our patch changes m4 macros, so we need to autoreconf
NUT_AUTORECONF = YES
-# Disable parallel builds
-NUT_MAKE = $(MAKE1)
-
# 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 = \