]> git.pld-linux.org Git - packages/apache.git/commitdiff
107a88e194cd9226f5b45fbe31556c06 apache-gcc2.patch
authorankry <ankry@pld-linux.org>
Sat, 24 Jan 2004 01:42:26 +0000 (01:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-gcc2.patch -> 1.1

apache-gcc2.patch [new file with mode: 0644]

diff --git a/apache-gcc2.patch b/apache-gcc2.patch
new file mode 100644 (file)
index 0000000..cc811fa
--- /dev/null
@@ -0,0 +1,33 @@
+--- httpd-2.0.48/build/apr_common.m4~  Sat Jan 24 00:21:17 2004
++++ httpd-2.0.48/build/apr_common.m4   Sat Jan 24 00:21:17 2004
+@@ -228,7 +228,7 @@
+           break
+         fi
+       done
+-      if test $apr_addto_duplicate = "0"; then
++      if test $apr_addto_duplicate = "0" -a "$i" != -I/usr/include ; then
+         echo "  adding \"$i\" to $1"
+         $1="$$1 $i"
+       fi
+--- httpd-2.0.48/srclib/apr-util/build/apr_common.m4~  Sat Jan 24 00:21:17 2004
++++ httpd-2.0.48/srclib/apr-util/build/apr_common.m4   Sat Jan 24 00:21:17 2004
+@@ -228,7 +228,7 @@
+           break
+         fi
+       done
+-      if test $apr_addto_duplicate = "0"; then
++      if test $apr_addto_duplicate = "0" -a "$i" != -I/usr/include ; then
+         echo "  adding \"$i\" to $1"
+         $1="$$1 $i"
+       fi
+--- httpd-2.0.48/srclib/apr/build/apr_common.m4~       Sat Jan 24 00:21:17 2004
++++ httpd-2.0.48/srclib/apr/build/apr_common.m4        Sat Jan 24 00:21:17 2004
+@@ -228,7 +228,7 @@
+           break
+         fi
+       done
+-      if test $apr_addto_duplicate = "0"; then
++      if test $apr_addto_duplicate = "0" -a "$i" != -I/usr/include ; then
+         echo "  adding \"$i\" to $1"
+         $1="$$1 $i"
+       fi
This page took 0.068418 seconds and 4 git commands to generate.