]> git.pld-linux.org Git - packages/xtables-addons.git/blobdiff - kernelrelease.patch
- updated to 1.36
[packages/xtables-addons.git] / kernelrelease.patch
index ec496faec8c8ee843ec32dc61ab337f55e975c06..28d2531db741fb5ae0ba2986851a5c9238896361 100644 (file)
@@ -1,6 +1,6 @@
---- xtables-addons-1.35/configure.ac.orig      2011-04-11 18:37:32.000000000 +0200
-+++ xtables-addons-1.35/configure.ac   2011-05-06 20:03:27.286191084 +0200
-@@ -40,44 +40,6 @@
+--- xtables-addons-1.36/configure.ac.orig      2011-06-03 16:45:29.000000000 +0200
++++ xtables-addons-1.36/configure.ac   2011-06-11 14:23:36.451762729 +0200
+@@ -40,39 +40,6 @@
        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
        -Winline -pipe";
  
 -              echo "WARNING: Version detection did not succeed. Continue at own luck.";
 -      else
 -              echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
--              if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 38; then
+-              if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 1; then
 -                      echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
--              elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 29; then
--                      :; # everything ok
--              elif test \( "$kmajor" -lt 2 -o \
--                  \( "$kmajor" -eq 2 -a "$kminor" -lt 6 \) -o \
--                  \( "$kmajor" -eq 2 -a "$kminor" -eq 0 -a "$kmicro" -lt 17 \) -o \
--                  \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \
--                  "$kstable" -lt 5 \) \); then
--                      echo "ERROR: That kernel version is not supported at all. Please see INSTALL for minimum configuration.";
--                      exit 1;
+-              elif test "$kmajor" -eq 3; then
+-                      :;
+-              elif test "$kmajor" -eq 2 -a "$kminor" -ge 29; then
+-                      :;
 -              else
--                      echo "WARNING: That kernel version has been recently deprecated for use with Xtables-addons). Compilation may fail.";
+-                      echo "WARNING: That kernel version is not supported.";
 -              fi;
 -      fi;
 -fi;
This page took 0.025969 seconds and 4 git commands to generate.