]> git.pld-linux.org Git - packages/xtables-addons.git/blobdiff - kernelrelease.patch
- release 8
[packages/xtables-addons.git] / kernelrelease.patch
index d5d27a75847ff15a0dda7de4c51bf8304bb2077b..ec7206991b70d77d151eb25276b0185cd5d236e7 100644 (file)
@@ -1,6 +1,6 @@
---- xtables-addons-1.25/configure.ac~  2010-04-26 15:12:03.000000000 +0300
-+++ xtables-addons-1.25/configure.ac   2010-04-27 09:56:25.995761262 +0300
-@@ -37,40 +37,6 @@
+--- xtables-addons-1.31/configure.ac~  2010-12-02 22:13:08.366366978 +0100
++++ xtables-addons-1.31/configure.ac   2010-12-02 22:14:14.780561896 +0100
+@@ -39,47 +39,6 @@
        -Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\" \
        -I\${XA_TOPSRCDIR}/include";
  
@@ -13,6 +13,7 @@
 -      # Well, just a warning. Maybe the admin updated the kernel.
 -      echo "WARNING: This distribution's shipped kernel is not supported.";
 -fi;
+-AC_MSG_CHECKING([kernel version that we will build against])
 -krel="$(make -sC ${kbuilddir} kernelrelease)";
 -krel="${krel%%-*}";
 -kmajor="${krel%%.*}";
 -krel="${krel#*.}";
 -kmicro="${krel%%.*}";
 -if test "$kmicro" = "$krel"; then
+-      kmicro="$(($kmicro+0))"; # Get rid of non numbers ("2.6.36+" -> "2.6.36")
 -      kstable=0;
 -else
+-      kmicro="$(($kmicro+0))";
 -      kstable="${krel#*.}";
--      if test -z "$kstable"; then
--              kstable=0;
--      fi;
+-      kstable="$(($kstable+0))";
 -fi;
--echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
--if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 34; then
--      echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
--elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$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. Please see INSTALL for minimum configuration.";
--      exit 1;
+-if test -z "$kmajor" -o -z "$kminor" -o -z "$kmicro"; then
+-      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 36; then
+-              echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
+-      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. Please see INSTALL for minimum configuration.";
+-              exit 1;
+-      fi;
 -fi;
 -
  AC_SUBST([regular_CFLAGS])
This page took 0.040303 seconds and 4 git commands to generate.