]> git.pld-linux.org Git - packages/ipset.git/blob - ipset-no_kernel.patch
- updated no_kernel patch, not it relies on with_kmod option
[packages/ipset.git] / ipset-no_kernel.patch
1 --- ipset-6.20/configure.ac.orig        2013-10-02 22:53:23.000000000 +0200
2 +++ ipset-6.20/configure.ac     2013-10-24 17:52:20.931877137 +0200
3 @@ -167,6 +167,7 @@
4  dnl Checks for functions
5  AC_CHECK_FUNCS(gethostbyname2)
6  
7 +if test "$BUILDKMOD" == "yes"; then
8  dnl Check kernel incompatibilities... Ugly like hell
9  AC_MSG_CHECKING([kernel source for struct xt_action_param])
10  if test -f $ksourcedir/include/linux/netfilter/x_tables.h && \
11 @@ -309,6 +310,7 @@
12         AC_MSG_RESULT(no)
13         AC_MSG_ERROR([Netns support is required in the Linux kernel tree])
14  fi
15 +fi
16  
17  dnl Checks for compiler characteristics.
18  dnl Check extra warning flags except
This page took 0.030632 seconds and 3 git commands to generate.