Author: stsp
Date: Wed Jan  9 15:06:59 2019
New Revision: 1850872

URL: http://svn.apache.org/viewvc?rev=1850872&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Stop compiling httpd in maintainer mode
  for now. APR gets some _FMT_T constants for 64 bit types wrong on OpenBSD,
  and this leads to many format string warnings which make httpd 2.4's build
  fail due to -Werror. Non-maintainer mode builds don't force -Werror, so this
  works around the problem until the underlying APR issue has been addressed.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1850872&r1=1850871&r2=1850872&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Wed Jan  9 15:06:59 2019
@@ -751,7 +751,6 @@ $(HTTPD_OBJDIR)/.configured: $(HTTPD_OBJ
                PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) \
                $(HTTPD_SRCDIR)/configure \
                --prefix=$(PREFIX)/httpd \
-               --enable-maintainer-mode \
                --with-mpm=prefork \
                --enable-ssl \
                --enable-dav \


Reply via email to