Lines 1-11
Link Here
|
1 |
--- configure.orig 2013-11-30 07:56:05.000000000 -0600 |
1 |
--- configure 2014-08-25 10:59:51.000000000 +0400 |
2 |
+++ configure 2014-02-12 10:53:47.000000000 -0600 |
2 |
+++ configure.orig 2014-03-09 09:25:22.000000000 +0400 |
|
|
3 |
@@ -11856,7 +11856,7 @@ |
4 |
hardcode_shlibpath_var=no |
5 |
;; |
6 |
|
7 |
- freebsd1.*) |
8 |
+ freebsd1*) |
9 |
ld_shlibs=no |
10 |
;; |
11 |
|
12 |
@@ -11872,7 +11872,7 @@ |
13 |
;; |
14 |
|
15 |
# Unfortunately, older versions of FreeBSD 2 do not have this feature. |
16 |
- freebsd2.*) |
17 |
+ freebsd2*) |
18 |
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
19 |
hardcode_direct=yes |
20 |
hardcode_minus_L=yes |
21 |
@@ -12778,7 +12778,7 @@ |
22 |
shlibpath_var=LD_LIBRARY_PATH |
23 |
;; |
24 |
|
25 |
-freebsd1.*) |
26 |
+freebsd1*) |
27 |
dynamic_linker=no |
28 |
;; |
29 |
|
30 |
@@ -12789,7 +12789,7 @@ |
31 |
objformat=`/usr/bin/objformat` |
32 |
else |
33 |
case $host_os in |
34 |
- freebsd[123].*) objformat=aout ;; |
35 |
+ freebsd[123]*) objformat=aout ;; |
36 |
*) objformat=elf ;; |
37 |
esac |
38 |
fi |
39 |
@@ -12807,7 +12807,7 @@ |
40 |
esac |
41 |
shlibpath_var=LD_LIBRARY_PATH |
42 |
case $host_os in |
43 |
- freebsd2.*) |
44 |
+ freebsd2*) |
45 |
shlibpath_overrides_runpath=yes |
46 |
;; |
47 |
freebsd3.[01]* | freebsdelf3.[01]*) |
48 |
@@ -14673,7 +14673,7 @@ |
49 |
esac |
50 |
;; |
51 |
|
52 |
- freebsd[12].*) |
53 |
+ freebsd[12]*) |
54 |
# C++ shared libraries reported to be fairly broken before |
55 |
# switch to ELF |
56 |
ld_shlibs_CXX=no |
57 |
@@ -16441,7 +16441,7 @@ |
58 |
shlibpath_var=LD_LIBRARY_PATH |
59 |
;; |
60 |
|
61 |
-freebsd1.*) |
62 |
+freebsd1*) |
63 |
dynamic_linker=no |
64 |
;; |
65 |
|
66 |
@@ -16452,7 +16452,7 @@ |
67 |
objformat=`/usr/bin/objformat` |
68 |
else |
69 |
case $host_os in |
70 |
- freebsd[123].*) objformat=aout ;; |
71 |
+ freebsd[123]*) objformat=aout ;; |
72 |
*) objformat=elf ;; |
73 |
esac |
74 |
fi |
75 |
@@ -16470,7 +16470,7 @@ |
76 |
esac |
77 |
shlibpath_var=LD_LIBRARY_PATH |
78 |
case $host_os in |
79 |
- freebsd2.*) |
80 |
+ freebsd2*) |
81 |
shlibpath_overrides_runpath=yes |
82 |
;; |
83 |
freebsd3.[01]* | freebsdelf3.[01]*) |
84 |
@@ -18550,7 +18550,7 @@ |
85 |
squid_cv_cc_arg_pipe="" |
86 |
;; |
87 |
clang) |
88 |
- squid_cv_cxx_option_werror="-Qunused-arguments" |
89 |
+ squid_cv_cxx_option_werror="-Werror -Qunused-arguments" |
90 |
squid_cv_cc_option_werror="$squid_cv_cxx_option_werror" |
91 |
squid_cv_cc_option_wall="-Wall" |
92 |
squid_cv_cc_option_optimize="-O2" |
3 |
@@ -22964,7 +22964,7 @@ |
93 |
@@ -22964,7 +22964,7 @@ |
4 |
|
94 |
|
5 |
done |
95 |
done |
6 |
|
96 |
|
7 |
- if test "x$ac_heimdal" == "x" ; then |
97 |
- if test "x$ac_heimdal" = "x" ; then |
8 |
+ if test "x$ac_heimdal" = "x" ; then |
98 |
+ if test "x$ac_heimdal" == "x" ; then |
9 |
for ac_header in gssapi/gssapi_generic.h |
99 |
for ac_header in gssapi/gssapi_generic.h |
10 |
do : |
100 |
do : |
11 |
ac_fn_cxx_check_header_mongrel "$LINENO" "gssapi/gssapi_generic.h" "ac_cv_header_gssapi_gssapi_generic_h" "$ac_includes_default" |
101 |
ac_fn_cxx_check_header_mongrel "$LINENO" "gssapi/gssapi_generic.h" "ac_cv_header_gssapi_gssapi_generic_h" "$ac_includes_default" |
Lines 13-20
Link Here
|
13 |
|
103 |
|
14 |
|
104 |
|
15 |
ac_com_error_message=no |
105 |
ac_com_error_message=no |
16 |
- if test "x$ac_cv_header_com_err_h" == "xyes" ; then |
106 |
- if test "x$ac_cv_header_com_err_h" = "xyes" ; then |
17 |
+ if test "x$ac_cv_header_com_err_h" = "xyes" ; then |
107 |
+ if test "x$ac_cv_header_com_err_h" == "xyes" ; then |
18 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
108 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
19 |
/* end confdefs.h. */ |
109 |
/* end confdefs.h. */ |
20 |
#include <com_err.h> |
110 |
#include <com_err.h> |
Lines 22-29
Link Here
|
22 |
fi |
112 |
fi |
23 |
rm -f conftest* |
113 |
rm -f conftest* |
24 |
|
114 |
|
25 |
- elif test "x$ac_cv_header_et_com_err_h" == "xyes" ; then |
115 |
- elif test "x$ac_cv_header_et_com_err_h" = "xyes" ; then |
26 |
+ elif test "x$ac_cv_header_et_com_err_h" = "xyes" ; then |
116 |
+ elif test "x$ac_cv_header_et_com_err_h" == "xyes" ; then |
27 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
117 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
28 |
/* end confdefs.h. */ |
118 |
/* end confdefs.h. */ |
29 |
#include <et/com_err.h> |
119 |
#include <et/com_err.h> |
Lines 31-38
Link Here
|
31 |
|
121 |
|
32 |
fi |
122 |
fi |
33 |
|
123 |
|
34 |
- if test `echo $KRB5LIBS | grep -c com_err` -ne 0 -a "x$ac_com_error_message" == "xyes" ; then |
124 |
- if test `echo $KRB5LIBS | grep -c com_err` -ne 0 -a "x$ac_com_error_message" = "xyes" ; then |
35 |
+ if test `echo $KRB5LIBS | grep -c com_err` -ne 0 -a "x$ac_com_error_message" = "xyes" ; then |
125 |
+ if test `echo $KRB5LIBS | grep -c com_err` -ne 0 -a "x$ac_com_error_message" == "xyes" ; then |
36 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_message in -lcom_err" >&5 |
126 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_message in -lcom_err" >&5 |
37 |
$as_echo_n "checking for error_message in -lcom_err... " >&6; } |
127 |
$as_echo_n "checking for error_message in -lcom_err... " >&6; } |
38 |
if ${ac_cv_lib_com_err_error_message+:} false; then : |
128 |
if ${ac_cv_lib_com_err_error_message+:} false; then : |
Lines 40-70
Link Here
|
40 |
|
130 |
|
41 |
fi |
131 |
fi |
42 |
|
132 |
|
43 |
- elif test "x$ac_com_error_message" == "xyes" ; then |
133 |
- elif test "x$ac_com_error_message" = "xyes" ; then |
44 |
+ elif test "x$ac_com_error_message" = "xyes" ; then |
134 |
+ elif test "x$ac_com_error_message" == "xyes" ; then |
45 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_message in -lkrb5" >&5 |
135 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_message in -lkrb5" >&5 |
46 |
$as_echo_n "checking for error_message in -lkrb5... " >&6; } |
136 |
$as_echo_n "checking for error_message in -lkrb5... " >&6; } |
47 |
if ${ac_cv_lib_krb5_error_message+:} false; then : |
137 |
if ${ac_cv_lib_krb5_error_message+:} false; then : |
48 |
@@ -24870,6 +24870,7 @@ |
138 |
@@ -24870,7 +24870,6 @@ |
49 |
cassert \ |
139 |
cassert \ |
50 |
crypt.h \ |
140 |
crypt.h \ |
51 |
cstdarg \ |
141 |
cstdarg \ |
52 |
+ cstdio \ |
142 |
- cstdio \ |
53 |
cstdlib \ |
143 |
cstdlib \ |
54 |
cstring \ |
144 |
cstring \ |
55 |
list \ |
145 |
list \ |
56 |
@@ -25178,12 +25179,12 @@ |
146 |
@@ -25179,12 +25178,12 @@ |
57 |
#if HAVE_NETINET_IP_H |
147 |
#if HAVE_NETINET_IP_H |
58 |
#include <netinet/ip.h> |
148 |
#include <netinet/ip.h> |
59 |
#endif |
149 |
#endif |
60 |
-#if HAVE_NETINET_IP_COMPAT_H |
150 |
-#if HAVE_NET_IF_H |
61 |
-#include <netinet/ip_compat.h> |
151 |
-#include <net/if.h> |
62 |
-#endif |
152 |
-#endif |
63 |
#if HAVE_NET_IF_H |
153 |
#if HAVE_NETINET_IP_COMPAT_H |
64 |
#include <net/if.h> |
154 |
#include <netinet/ip_compat.h> |
65 |
#endif |
155 |
#endif |
66 |
+#if HAVE_NETINET_IP_COMPAT_H |
156 |
+#if HAVE_NET_IF_H |
67 |
+#include <netinet/ip_compat.h> |
157 |
+#include <net/if.h> |
68 |
+#endif |
158 |
+#endif |
69 |
#if HAVE_NETINET_IP_FIL_H |
159 |
#if HAVE_NETINET_IP_FIL_H |
70 |
#include <netinet/ip_fil.h> |
160 |
#include <netinet/ip_fil.h> |