Author: pgollucci
Date: Wed Jul  5 14:26:30 2006
New Revision: 419346

URL: http://svn.apache.org/viewvc?rev=419346&view=rev
Log:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740

based on this, add -fno-strict-aliasing to work around gcc oddities with the 
APR_{RING|BRIGRADE}_* macros
particularly on linux based platforms.

Reported by: [EMAIL PROTECTED]


Modified:
    httpd/apreq/trunk/acinclude.m4

Modified: httpd/apreq/trunk/acinclude.m4
URL: 
http://svn.apache.org/viewvc/httpd/apreq/trunk/acinclude.m4?rev=419346&r1=419345&r2=419346&view=diff
==============================================================================
--- httpd/apreq/trunk/acinclude.m4 (original)
+++ httpd/apreq/trunk/acinclude.m4 Wed Jul  5 14:26:30 2006
@@ -188,6 +188,7 @@
                       ])
                 # -Wdeclaration-after-statement is only supported on gcc 3.4+
         fi
+        APR_ADDTO([CFLAGS], "-fno-strict-aliasing")
 
         APR_ADDTO([CPPFLAGS], "`$APR_CONFIG --cppflags`")
 


Reply via email to