From: Yann Ylavic Date: Mon, 16 Oct 2017 16:19:46 +0000 (+0000) Subject: Propose finalized alternative. X-Git-Tag: 2.4.29~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f1ad9549e7057281f65e8c6da9e729f8a847886;p=apache Propose finalized alternative. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 95281fe7d9..4b74e39858 100644 --- a/STATUS +++ b/STATUS @@ -214,6 +214,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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 the dev list discusion about using NOTEST_CFLAGS. + ylavic: Consider (and test ;) proposal below instead? + + *) 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). + As suggested by Joe, add --maintainer/debugger-mode's CFLAGS in + NOTEST_CFLAGS to avoid interractions with autoconf's AC_LANG_PROGRAM. + APACHE_ADD_GCC_CFLAG now also forces -Wno-strict-prototypes for -Werror + to work despite AC_LANG_PROGRAM generating this warning by itself. + trunk patch: http://svn.apache.org/r1812263 + http://svn.apache.org/r1812301 + 2.4.x patch: svn merge -c 1812263,1812301 ^/httpd/httpd/trunk . + +1: ylavic PATCHES/ISSUES THAT ARE BEING WORKED