]> git.pld-linux.org Git - packages/xtables-addons.git/commitdiff
- kill stupid kernel version checks
authorzbyniu <zbyniu@pld-linux.org>
Wed, 3 Jun 2009 00:21:55 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernelrelease.patch -> 1.1

kernelrelease.patch [new file with mode: 0644]

diff --git a/kernelrelease.patch b/kernelrelease.patch
new file mode 100644 (file)
index 0000000..33c71c9
--- /dev/null
@@ -0,0 +1,40 @@
+--- xtables-addons-1.15/configure.ac~  2009-04-30 18:58:23.000000000 +0000
++++ xtables-addons-1.15/configure.ac   2009-06-03 00:16:46.747444821 +0000
+@@ -63,37 +63,6 @@ if [[ -n "$ksourcedir" ]]; then
+       kinclude_CFLAGS="$kinclude_CFLAGS -I $ksourcedir/include";
+ fi;
+-#
+-# check kernel version
+-#
+-if grep -q "CentOS release 5\." /etc/redhat-release 2>/dev/null ||
+-    grep -q "Red Hat Enterprise Linux Server release 5" /etc/redhat-release 2>/dev/null; then
+-      # γ—γΎγ£γŸ!
+-      # Well, just a warning. Maybe the admin updated the kernel.
+-      echo "WARNING: This distribution's shipped kernel is not supported.";
+-fi;
+-krel="$(make -sC ${kbuilddir} kernelrelease)";
+-krel="${krel%%-*}";
+-kmajor="${krel%%.*}";
+-krel="${krel#*.}";
+-kminor="${krel%%.*}";
+-krel="${krel#*.}";
+-kmicro="${krel%%.*}";
+-krel="${krel#*.}";
+-kstable="${krel%%.*}";
+-if test -z "$kstable"; then
+-      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 30; 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;
+-fi;
+-
+ AC_SUBST([regular_CFLAGS])
+ AC_SUBST([xtables_CFLAGS])
+ AC_SUBST([kinclude_CFLAGS])
This page took 0.060271 seconds and 4 git commands to generate.