]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removed compiler switch -relax_pointers since no longer needed.
authorGuenter Knauf <fuankg@apache.org>
Thu, 22 Jul 2010 19:11:51 +0000 (19:11 +0000)
committerGuenter Knauf <fuankg@apache.org>
Thu, 22 Jul 2010 19:11:51 +0000 (19:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@966810 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/NWGNUmakefile

index 655cdd6932e1fbe1faf973ec23a732f4d3fa51c6..6d2b838d79b2f884aa5f594178a31e43af31a5a2 100644 (file)
@@ -48,7 +48,6 @@ XINCDIRS      += \
 # These flags will come after CFLAGS
 #
 XCFLAGS                += \
-                       -relax_pointers \
                        $(EOLIST)
 
 #