]> git.pld-linux.org Git - packages/apache.git/blame - apache-gcc2.patch
This commit was manufactured by cvs2git to create branch 'APACHE_2_FOR_RA'.
[packages/apache.git] / apache-gcc2.patch
CommitLineData
4a2b5790 1--- httpd-2.0.48/build/apr_common.m4~ Sat Jan 24 00:21:17 2004
2+++ httpd-2.0.48/build/apr_common.m4 Sat Jan 24 00:21:17 2004
3@@ -228,7 +228,7 @@
4 break
5 fi
6 done
7- if test $apr_addto_duplicate = "0"; then
8+ if test $apr_addto_duplicate = "0" -a "$i" != -I/usr/include ; then
9 echo " adding \"$i\" to $1"
10 $1="$$1 $i"
11 fi
12--- httpd-2.0.48/srclib/apr-util/build/apr_common.m4~ Sat Jan 24 00:21:17 2004
13+++ httpd-2.0.48/srclib/apr-util/build/apr_common.m4 Sat Jan 24 00:21:17 2004
14@@ -228,7 +228,7 @@
15 break
16 fi
17 done
18- if test $apr_addto_duplicate = "0"; then
19+ if test $apr_addto_duplicate = "0" -a "$i" != -I/usr/include ; then
20 echo " adding \"$i\" to $1"
21 $1="$$1 $i"
22 fi
23--- httpd-2.0.48/srclib/apr/build/apr_common.m4~ Sat Jan 24 00:21:17 2004
24+++ httpd-2.0.48/srclib/apr/build/apr_common.m4 Sat Jan 24 00:21:17 2004
25@@ -228,7 +228,7 @@
26 break
27 fi
28 done
29- if test $apr_addto_duplicate = "0"; then
30+ if test $apr_addto_duplicate = "0" -a "$i" != -I/usr/include ; then
31 echo " adding \"$i\" to $1"
32 $1="$$1 $i"
33 fi
This page took 0.749655 seconds and 4 git commands to generate.