From: Jim Jagielski Date: Tue, 17 Oct 2017 18:47:22 +0000 (+0000) Subject: promote X-Git-Tag: 2.4.29~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50a1c62f0f6965f9c79b103ccb069d1a6e7d704e;p=apache promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812436 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 59a4025a49..0de5e5aa98 100644 --- a/STATUS +++ b/STATUS @@ -117,6 +117,21 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) 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, rjung, jim + ylavic: if the below mod_journald proposal gets accepted, it will + also need a backport of r1812339, otherwise maintainer + mode builds will fail due to -Werror. + PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -193,21 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: (merge without changes to motorz) +1: ylavic, jim - *) 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, rjung, jim - ylavic: if the below mod_journald proposal gets accepted, it will - also need a backport of r1812339, otherwise maintainer - mode builds will fail due to -Werror. - *) mod_journald: Add new module mod_journald to log error logs into journald. trunk patch: http://svn.apache.org/r1610339 http://svn.apache.org/r1621806