mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 16:03:45 +08:00
radvd: bump to version 2.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8385ebc165
commit
5140af6d50
@ -2,14 +2,17 @@ Drop check requirement, we don't do unit tests.
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
|
||||
diff -Nura radvd-2.1.orig/configure.ac radvd-2.1/configure.ac
|
||||
--- radvd-2.1.orig/configure.ac 2014-07-22 08:23:12.642260069 -0300
|
||||
+++ radvd-2.1/configure.ac 2014-07-22 08:23:21.270552628 -0300
|
||||
@@ -49,7 +49,6 @@
|
||||
dnl Determine CC and preset CFLAGS
|
||||
diff -Nura radvd-2.6.orig/configure.ac radvd-2.6/configure.ac
|
||||
--- radvd-2.6.orig/configure.ac 2014-09-04 15:54:41.735038724 -0300
|
||||
+++ radvd-2.6/configure.ac 2014-09-04 15:54:53.106431815 -0300
|
||||
@@ -50,10 +50,6 @@
|
||||
AC_PROG_CC_C99
|
||||
AC_PROG_RANLIB
|
||||
-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
|
||||
|
||||
-if test "$arch" = "linux" ; then
|
||||
-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
|
||||
-fi
|
||||
-
|
||||
dnl Determine of netlink is available
|
||||
AC_MSG_CHECKING(netlink)
|
||||
AC_TRY_COMPILE([
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RADVD_VERSION = 2.5
|
||||
RADVD_VERSION = 2.6
|
||||
RADVD_SOURCE = radvd-$(RADVD_VERSION).tar.xz
|
||||
RADVD_SITE = http://www.litech.org/radvd/dist
|
||||
RADVD_DEPENDENCIES = host-bison flex host-flex host-pkgconf
|
||||
|
Loading…
Reference in New Issue
Block a user