]> git.pld-linux.org Git - packages/ipset.git/blob - ipset-no_kernel.patch
- rebuild for kernel-3.10.15-1
[packages/ipset.git] / ipset-no_kernel.patch
1 --- ipset-6.6/configure.ac.orig 2011-05-24 10:28:55.000000000 +0200
2 +++ ipset-6.6/configure.ac      2011-05-26 20:47:06.586245363 +0200
3 @@ -39,23 +39,6 @@
4  else
5         ksourcedir="/lib/modules/$(uname -r)/source"
6  fi
7 -if test ! -e "$ksourcedir/include/linux/netfilter/nfnetlink.h"
8 -then
9 -       AC_MSG_ERROR([Invalid kernel source directory $ksourcedir])
10 -fi
11 -
12 -if test ! -e "$kbuilddir/.config"
13 -then
14 -       AC_MSG_ERROR([The kernel build directory $kbuilddir is not configured])
15 -fi
16 -
17 -AC_PROG_GREP
18 -
19 -if test "X`$GREP 'NFNL_SUBSYS_IPSET' $ksourcedir/include/linux/netfilter/nfnetlink.h`" = "X"
20 -then
21 -       AC_MSG_ERROR([The kernel source directory $ksourcedir is not patched with netlink.patch to support ipset])
22 -fi
23 -
24  dnl Maximal number of sets supported by the kernel, default 256
25  AC_ARG_WITH([maxsets],
26             AS_HELP_STRING([--with-maxsets=256],
This page took 0.05855 seconds and 3 git commands to generate.