From: Jim Jagielski Date: Mon, 2 Oct 2017 15:42:24 +0000 (+0000) Subject: Note show-stopper: --enable-maintainer-mode is broken w/ Xcode 9 X-Git-Tag: 2.4.29~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045a577940aca388c09bd9d0e8afbc4d91272829;p=thirdparty%2Fapache%2Fhttpd.git Note show-stopper: --enable-maintainer-mode is broken w/ Xcode 9 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1810454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3102b0ca2a3..a9c59424400 100644 --- a/STATUS +++ b/STATUS @@ -113,6 +113,13 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + *) configure.in: Latest macOS Xcode 9 installs clang-900, which more + fully honors strict-prototypes, which causes AC_CHECK_LIB to + fail when --enable-maintainer-mode is set. + trunk patch: http://svn.apache.org/r1810448 + 2.4.x patch: svn merge -c 1810448 ^/httpd/httpd/trunk . + +1: jim + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ]