]> granicus.if.org Git - apache/commitdiff
Suggest another solution.
authorRainer Jung <rjung@apache.org>
Mon, 16 Oct 2017 09:29:36 +0000 (09:29 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 16 Oct 2017 09:29:36 +0000 (09:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812265 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 247f828d6ef07b7afccac1a215754d600376eb20..c3eeda74eda775cee39b586205c2d8681c46842d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -219,7 +219,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      [This seems to fit into the mold of per-platform quirks which we process
       in CTR flow, adding my +1 to note that the patch looks sane.]
      rjung: I think we need this also for GCC, not only recent clang.
-            See my separate mail to the dev list.
+            See my below suggestion (r1812263)
+
+  *) configure.in: Fix maintainer mode with GCC/Clang.
+     Setting -Wstrict-prototypes in combination with -Werror leads to compiler
+     errors during configure checks (autoconf generates incomplete prototypes).
+     Adding -Wno-error=strict-prototypes lets the compiler tolerate those.
+     Possible future enhancement: remember such "configure time only" flags and
+     remove them from CFLAGS before generating our build time files
+     (Makefile, config_vars.mk etc.), so that the full -Werror is in place
+     during building.
+     trunk patch: http://svn.apache.org/r1812263
+     2.4.x patch: svn merge -c r1812263 ^/httpd/httpd/trunk .
+     +1: rjung
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED