From: Thomas Faivre <thomas.faivre@6wind.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] smcroute: bump to version 2.3.1
Date: Thu, 7 Sep 2017 15:09:08 +0200 [thread overview]
Message-ID: <20170907130908.22964-1-thomas.faivre@6wind.com> (raw)
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
---
package/smcroute/smcroute.hash | 6 +++---
package/smcroute/smcroute.mk | 8 +++++++-
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/package/smcroute/smcroute.hash b/package/smcroute/smcroute.hash
index e1483ec180..0487ef6cab 100644
--- a/package/smcroute/smcroute.hash
+++ b/package/smcroute/smcroute.hash
@@ -1,4 +1,4 @@
# Locally generated
-sha256 cf344922b4298b94e53fa2db8f2b064bece60f75926966f330437dfcbd76d425 smcroute-2.1.1.tar.xz
-# From https://github.com/troglobit/smcroute/releases/download/2.1.1/smcroute-2.1.1.tar.xz.md5
-md5 cd9256577fe06beaf8da2eba1a02f953 smcroute-2.1.1.tar.xz
+sha256 cd6c5cc2edfa1348acb07ed026180ebfc8dd0f87153f5382cb27cb5557724c56 smcroute-2.3.1.tar.xz
+# From https://github.com/troglobit/smcroute/releases/download/2.3.1/smcroute-2.3.1.tar.xz.md5
+md5 d8080828b7730bffb86969afd2bf94cb smcroute-2.3.1.tar.xz
diff --git a/package/smcroute/smcroute.mk b/package/smcroute/smcroute.mk
index 0dd39ea54a..134d378ee0 100644
--- a/package/smcroute/smcroute.mk
+++ b/package/smcroute/smcroute.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SMCROUTE_VERSION = 2.1.1
+SMCROUTE_VERSION = 2.3.1
SMCROUTE_SOURCE = smcroute-$(SMCROUTE_VERSION).tar.xz
SMCROUTE_SITE = https://github.com/troglobit/smcroute/releases/download/$(SMCROUTE_VERSION)
SMCROUTE_LICENSE = GPL-2.0+
@@ -14,4 +14,10 @@ SMCROUTE_CONF_OPTS = ac_cv_func_setpgrp_void=yes
#BUG:The package Makefile uses CC?= even though the package is autotools based
SMCROUTE_MAKE_ENV = $(TARGET_CONFIGURE_OPTS)
+ifeq ($(BR2_PACKAGE_LIBCAP),y)
+SMCROUTE_DEPENDENCIES = libcap
+else
+SMCROUTE_CONF_OPTS += --without-libcap
+endif
+
$(eval $(autotools-package))
--
2.14.0.rc0.18.geec4947
next reply other threads:[~2017-09-07 13:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-07 13:09 Thomas Faivre [this message]
2017-09-09 21:05 ` [Buildroot] [PATCH 1/1] smcroute: bump to version 2.3.1 Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170907130908.22964-1-thomas.faivre@6wind.com \
--to=thomas.faivre@6wind.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox