d8453b67053c6594cf4f6b54ae35df8aa5f1bb76
[openwrt/svn-archive/archive.git] / net / squid / patches / 003-configure.patch
1 Index: squid-2.6.STABLE23/configure
2 ===================================================================
3 --- squid-2.6.STABLE23.orig/configure 2009-09-17 01:35:13.000000000 +0200
4 +++ squid-2.6.STABLE23/configure 2009-11-11 14:19:11.000000000 +0100
5 @@ -5053,10 +5053,6 @@
6 if test -z "$SSLLIB"; then
7 SSLLIB="-lcrypto" # for MD5 routines
8 fi
9 - if $PKGCONFIG --exists openssl; then
10 - SSLLIB="`$PKGCONFIG --libs openssl`"
11 - SSLFLAGS="`$PKGCONFIG --cflags openssl`"
12 - fi
13 CPPFLAGS="${SSLFLAGS} $CPPFLAGS"
14 fi
15
16 @@ -26292,7 +26288,7 @@
17 See \`config.log' for more details." >&5
18 $as_echo "$as_me: error: cannot run test program while cross compiling
19 See \`config.log' for more details." >&2;}
20 - { (exit 1); exit 1; }; }
21 + { (true); true; }; }
22 else
23 cat >conftest.$ac_ext <<_ACEOF
24 /* confdefs.h. */
25 @@ -26455,8 +26451,7 @@
26 { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
27 See \`config.log' for more details." >&5
28 $as_echo "$as_me: error: cannot run test program while cross compiling
29 -See \`config.log' for more details." >&2;}
30 - { (exit 1); exit 1; }; }
31 +See \`config.log' for more details." >&2;} }
32 else
33 cat >conftest.$ac_ext <<_ACEOF
34 /* confdefs.h. */
35 @@ -26707,7 +26702,7 @@
36 See \`config.log' for more details." >&5
37 $as_echo "$as_me: error: cannot run test program while cross compiling
38 See \`config.log' for more details." >&2;}
39 - { (exit 1); exit 1; }; }
40 + { (true); true; }; }
41 else
42 cat >conftest.$ac_ext <<_ACEOF
43 /* confdefs.h. */
44 @@ -26789,7 +26784,7 @@
45 See \`config.log' for more details." >&5
46 $as_echo "$as_me: error: cannot run test program while cross compiling
47 See \`config.log' for more details." >&2;}
48 - { (exit 1); exit 1; }; }
49 + { (true); true; }; }
50 else
51 cat >conftest.$ac_ext <<_ACEOF
52 /* confdefs.h. */