summaryrefslogtreecommitdiffstats
path: root/package/radvd/radvd-01-drop-check.patch
blob: 670d5b2ceca18c5a2145882bfa3fe71e3c78904b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Drop check requirement, we don't do unit tests.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

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
 
-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([
OpenPOWER on IntegriCloud