870b94c944
This commit renames the radvd patches to follow the new naming convention, and reformats them to be Git patches. Since the patches are renamed, we adjust the comment in the .mk file explaining why we autoreconf the package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
30 lines
792 B
Diff
30 lines
792 B
Diff
From 2074114cef857f95104367c51ac9367082fc8060 Mon Sep 17 00:00:00 2001
|
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
Date: Sun, 23 Nov 2014 12:16:32 +0100
|
|
Subject: [PATCH 1/3] Drop check requirement, we don't do unit tests
|
|
|
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
---
|
|
configure.ac | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 59b18a8..5dde3b2 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -50,10 +50,6 @@ dnl Determine CC and preset CFLAGS
|
|
AC_PROG_CC_C99
|
|
AC_PROG_RANLIB
|
|
|
|
-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([
|
|
--
|
|
2.1.0
|
|
|