All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/6] radvd: bump to version 1.9.1
Date: Sun, 15 Jul 2012 10:47:41 -0300	[thread overview]
Message-ID: <1342360065-10106-2-git-send-email-gustavo@zacarias.com.ar> (raw)
In-Reply-To: <1342360065-10106-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/radvd/Config.in                            |    1 +
 package/radvd/radvd-configure.ac-fix-bashism.patch |   31 --------------------
 package/radvd/radvd.mk                             |    4 +-
 3 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 package/radvd/radvd-configure.ac-fix-bashism.patch

diff --git a/package/radvd/Config.in b/package/radvd/Config.in
index 20e7e55..90c1fd4 100644
--- a/package/radvd/Config.in
+++ b/package/radvd/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_RADVD
 	bool "radvd"
 	select BR2_PACKAGE_FLEX
 	select BR2_PACKAGE_FLEX_LIBFL
+	select BR2_PACKAGE_LIBDAEMON
 	depends on BR2_INET_IPV6
 	help
 	  IPv6 Router Advertisement Daemon.
diff --git a/package/radvd/radvd-configure.ac-fix-bashism.patch b/package/radvd/radvd-configure.ac-fix-bashism.patch
deleted file mode 100644
index a635cf8..0000000
--- a/package/radvd/radvd-configure.ac-fix-bashism.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From ce34738107678cb76e3da34cd16dc9a34d8dd242 Mon Sep 17 00:00:00 2001
-From: Peter Korsgaard <jacmet@sunsite.dk>
-Date: Mon, 18 Jun 2012 23:12:05 +0200
-Subject: [PATCH] configure.ac: fix bashism
-
-'==' is a bashism, breaking configure on systems where /bin/sh isn't bash
-(E.G. Ubuntu).  Fixes:
-
-http://autobuild.buildroot.net/results/c3d0d04f8b3df63b3206cecf54dfdd67a4c7ccfb/build-end.log
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- configure.ac |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 3ab6667..c3b907b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -176,7 +176,7 @@ dnl Checks for library functions.
- AC_CHECK_FUNCS(getopt_long)
- 
- CONDITIONAL_SOURCES="device-${arch}.${OBJEXT} ${CONDITIONAL_SOURCES}"
--if test x${arch} == xlinux ; then
-+if test x${arch} = xlinux ; then
- 	CONDITIONAL_SOURCES="privsep-${arch}.${OBJEXT} ${CONDITIONAL_SOURCES}"
- 	AC_DEFINE(USE_PRIVSEP, 1, [Use privsep])
- fi
--- 
-1.7.10
-
diff --git a/package/radvd/radvd.mk b/package/radvd/radvd.mk
index 474a299..3471f9d 100644
--- a/package/radvd/radvd.mk
+++ b/package/radvd/radvd.mk
@@ -4,9 +4,9 @@
 #
 #############################################################
 
-RADVD_VERSION = 1.8.5
+RADVD_VERSION = 1.9.1
 RADVD_SITE = http://www.litech.org/radvd/dist
-RADVD_DEPENDENCIES = flex host-flex
+RADVD_DEPENDENCIES = flex libdaemon host-flex host-pkg-config
 RADVD_AUTORECONF = YES
 
 define RADVD_INSTALL_INITSCRIPT
-- 
1.7.8.6

  reply	other threads:[~2012-07-15 13:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-15 13:47 [Buildroot] [PATCH 1/6] mpfr: bump to version 3.1.1 Gustavo Zacarias
2012-07-15 13:47 ` Gustavo Zacarias [this message]
2012-07-22 19:04   ` [Buildroot] [PATCH 2/6] radvd: bump to version 1.9.1 Thomas Petazzoni
2012-07-23 12:42     ` Gustavo Zacarias
2012-07-15 13:47 ` [Buildroot] [PATCH 3/6] freetype: bump to version 2.4.10 Gustavo Zacarias
2012-07-15 13:47 ` [Buildroot] [PATCH 4/6] ipset: bump to version 6.13 Gustavo Zacarias
2012-07-15 13:47 ` [Buildroot] [PATCH 5/6] cifs-utils: bump to version 5.5 Gustavo Zacarias
2012-07-15 13:47 ` [Buildroot] [PATCH 6/6] grep: bump to version 2.13 Gustavo Zacarias
2012-07-15 20:20 ` [Buildroot] [PATCH 1/6] mpfr: bump to version 3.1.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=1342360065-10106-2-git-send-email-gustavo@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.