You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2017/10/16 09:29:37 UTC

svn commit: r1812265 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Mon Oct 16 09:29:36 2017
New Revision: 1812265

URL: http://svn.apache.org/viewvc?rev=1812265&view=rev
Log:
Suggest another solution.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1812265&r1=1812264&r2=1812265&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Oct 16 09:29:36 2017
@@ -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