]> git.pld-linux.org Git - packages/xtables-addons.git/blob - kernelrelease.patch
- pl for kernel package
[packages/xtables-addons.git] / kernelrelease.patch
1 --- xtables-addons-1.18/configure.ac~   2009-09-09 17:37:07.000000000 +0200
2 +++ xtables-addons-1.18/configure.ac    2009-11-02 11:19:36.000000000 +0100
3 @@ -63,41 +63,6 @@
4         kinclude_CFLAGS="$kinclude_CFLAGS -I $ksourcedir/include";
5  fi;
6  
7 -#
8 -# check kernel version
9 -#
10 -if grep -q "CentOS release 5\." /etc/redhat-release 2>/dev/null ||
11 -    grep -q "Red Hat Enterprise Linux Server release 5" /etc/redhat-release 2>/dev/null; then
12 -       # γ—γΎγ£γŸ!
13 -       # Well, just a warning. Maybe the admin updated the kernel.
14 -       echo "WARNING: This distribution's shipped kernel is not supported.";
15 -fi;
16 -krel="$(make -sC ${kbuilddir} kernelrelease)";
17 -krel="${krel%%-*}";
18 -kmajor="${krel%%.*}";
19 -krel="${krel#*.}";
20 -kminor="${krel%%.*}";
21 -krel="${krel#*.}";
22 -kmicro="${krel%%.*}";
23 -krel2="${krel#*.}";
24 -if test "$krel" = "$krel2"; then
25 -       kstable=0;
26 -else
27 -       kstable="${krel%%.*}";
28 -       if test -z "$kstable"; then
29 -               kstable=0;
30 -       fi;
31 -fi;
32 -echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
33 -if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 31; then
34 -       echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
35 -elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \
36 -    \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \
37 -    "$kstable" -lt 5 \); then
38 -       echo "ERROR: That kernel version is not supported. Please see INSTALL for minimum configuration.";
39 -       exit 1;
40 -fi;
41 -
42  AC_SUBST([regular_CFLAGS])
43  AC_SUBST([xtables_CFLAGS])
44  AC_SUBST([kinclude_CFLAGS])
This page took 0.029239 seconds and 3 git commands to generate.