]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE5-lin22_poll.patch
- ...and CAN-2005-0096
[packages/squid.git] / squid-2.5.STABLE5-lin22_poll.patch
CommitLineData
230f348a
AM
1Index: squid/configure.in
2diff -c squid/configure.in:1.251.2.51 squid/configure.in:1.251.2.52
3*** squid/configure.in:1.251.2.51 Sun Feb 29 15:28:17 2004
4--- squid/configure.in Tue Mar 2 11:58:27 2004
5***************
6*** 1644,1652 ****
7 # Henrik Nordstrom (hno@squid-cache.org) 19980817
8 # poll is problematic on Linux. We disable it
9 # by default until Linux gets it right.
10 rev=`uname -r | awk -F. '{printf "%03d%03d",$1,$2}'`
11! if test $rev -lt 002002; then
12! echo "disabling poll for $host < 2.2..."
13 ac_cv_func_poll='no'
14 fi
15 ;;
16--- 1644,1653 ----
17 # Henrik Nordstrom (hno@squid-cache.org) 19980817
18 # poll is problematic on Linux. We disable it
19 # by default until Linux gets it right.
20+ # See also bug #932
21 rev=`uname -r | awk -F. '{printf "%03d%03d",$1,$2}'`
22! if test $rev -lt 002004; then
23! echo "disabling poll for $host < 2.4..."
24 ac_cv_func_poll='no'
25 fi
26 ;;
27Index: squid/configure
28diff -c squid/configure:1.248.2.53 squid/configure:1.248.2.54
29*** squid/configure:1.248.2.53 Sun Feb 29 15:28:40 2004
30--- squid/configure Tue Mar 2 18:11:26 2004
31***************
32*** 7367,7375 ****
33 # Henrik Nordstrom (hno@squid-cache.org) 19980817
34 # poll is problematic on Linux. We disable it
35 # by default until Linux gets it right.
36 rev=`uname -r | awk -F. '{printf "%03d%03d",$1,$2}'`
37! if test $rev -lt 002002; then
38! echo "disabling poll for $host < 2.2..."
39 ac_cv_func_poll='no'
40 fi
41 ;;
42--- 7367,7376 ----
43 # Henrik Nordstrom (hno@squid-cache.org) 19980817
44 # poll is problematic on Linux. We disable it
45 # by default until Linux gets it right.
46+ # See also bug #932
47 rev=`uname -r | awk -F. '{printf "%03d%03d",$1,$2}'`
48! if test $rev -lt 002004; then
49! echo "disabling poll for $host < 2.4..."
50 ac_cv_func_poll='no'
51 fi
52 ;;
This page took 0.044378 seconds and 4 git commands to generate.