summaryrefslogtreecommitdiff
path: root/package/quagga
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-09 10:28:20 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-03-09 22:53:55 +0100
commit842cc81a21784d246482fdbdcec8f270e0d93972 (patch)
treebebe6d8e83b4a4ad7c43406ea27928dbdf8cbb27 /package/quagga
parente30fdfa9e199dcd80d6d018652a001819f377207 (diff)
quagga: bump to version 0.99.24.1
Fixes the need to autoreconf and a zebra crash. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/quagga')
-rw-r--r--package/quagga/quagga.hash2
-rw-r--r--package/quagga/quagga.mk4
2 files changed, 2 insertions, 4 deletions
diff --git a/package/quagga/quagga.hash b/package/quagga/quagga.hash
index 172ff9775..ba293c414 100644
--- a/package/quagga/quagga.hash
+++ b/package/quagga/quagga.hash
@@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
-sha256 eca9eeb75005c8c403d48747c93456389e837e07dfc06ce08f70602c32dd4041 quagga-0.99.24.tar.xz
+sha256 6fd6baadb136a801c29c1dd72d0fe69da9f19ae498e87bff7057778361e43b14 quagga-0.99.24.1.tar.xz
diff --git a/package/quagga/quagga.mk b/package/quagga/quagga.mk
index 4a12ab31d..2c0a6a990 100644
--- a/package/quagga/quagga.mk
+++ b/package/quagga/quagga.mk
@@ -4,15 +4,13 @@
#
################################################################################
-QUAGGA_VERSION = 0.99.24
+QUAGGA_VERSION = 0.99.24.1
QUAGGA_SOURCE = quagga-$(QUAGGA_VERSION).tar.xz
QUAGGA_SITE = http://download.savannah.gnu.org/releases/quagga
QUAGGA_DEPENDENCIES = host-gawk
QUAGGA_LICENSE = GPLv2+
QUAGGA_LICENSE_FILES = COPYING
QUAGGA_CONF_OPTS = --program-transform-name=''
-# Upstream missed some bits when packaging it
-QUAGGA_AUTORECONF = YES
QUAGGA_CONF_OPTS += $(if $(BR2_PACKAGE_QUAGGA_ZEBRA),--enable-zebra,--disable-zebra)
QUAGGA_CONF_OPTS += $(if $(BR2_PACKAGE_QUAGGA_BABELD),--enable-babeld,--disable-babeld)