components/apache2/patches/apr_common.m4.patch
author Sharath M Srinivasan <sharath.srinivasan@oracle.com>
Sat, 13 Oct 2012 05:08:30 -0700
branchs11u1-sru
changeset 2385 b142cc36553d
parent 278 77b380ba9d84
child 4696 96b9957387bf
permissions -rw-r--r--
7198889 with SRU12.1 all connections to my storage cells are lost

=== This is added to fix the MKDEP value for Sun Studio compiler
--- build/apr_common.m4.orig	Sat Dec  6 07:17:56 2008
+++ build/apr_common.m4	Mon Jan  5 02:28:50 2009
@@ -948,7 +948,7 @@
   int main() { return 0; }
 EOF
   MKDEP="true"
-  for i in "$CC -MM" "$CC -M" "$CPP -MM" "$CPP -M" "cpp -M"; do
+  for i in "$CC -MM" "$CC -M" "$CC -xM" "$CPP -MM" "$CPP -M" "$CPP -xM" "cpp -M"; do
     AC_MSG_CHECKING([if $i can create proper make dependencies])
     if $i conftest.c 2>/dev/null | grep 'conftest.o: conftest.c' >/dev/null; then
       MKDEP=$i