]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- updated for 6.6
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 May 2011 18:51:08 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipset-no_kernel.patch -> 1.2

ipset-no_kernel.patch

index 1aab6ec15daeeb70646141a36fea54eac2f37c93..6eea760432f6e3094344c531b4cb4d1ff273e91c 100644 (file)
@@ -1,6 +1,6 @@
---- ipset-6.3/configure.ac.orig        2011-04-10 17:25:20.000000000 +0200
-+++ ipset-6.3/configure.ac     2011-04-15 14:07:22.000000000 +0200
-@@ -39,27 +39,6 @@
+--- ipset-6.6/configure.ac.orig        2011-05-24 10:28:55.000000000 +0200
++++ ipset-6.6/configure.ac     2011-05-26 20:47:06.586245363 +0200
+@@ -39,23 +39,6 @@
  else
        ksourcedir="/lib/modules/$(uname -r)/source"
  fi
 -
 -AC_PROG_GREP
 -
--if test "X`$GREP '^CONFIG_IP6_NF_IPTABLES=' $kbuilddir/.config`" = "X"
--then
--      AC_MSG_ERROR([The kernel build directory $kbuilddir is not configured with IP6_NF_IPTABLES support (ip6tables)])
--fi
--
 -if test "X`$GREP 'NFNL_SUBSYS_IPSET' $ksourcedir/include/linux/netfilter/nfnetlink.h`" = "X"
 -then
 -      AC_MSG_ERROR([The kernel source directory $ksourcedir is not patched with netlink.patch to support ipset])
 -fi
+-
  dnl Maximal number of sets supported by the kernel, default 256
  AC_ARG_WITH([maxsets],
+           AS_HELP_STRING([--with-maxsets=256],
This page took 0.034607 seconds and 4 git commands to generate.