Hi, Here's a quick patch to fix Makefile.svn. I need a +1 to commmit this.
Thanks. [[[ Makefile.svn: Fix build * tools/dev/unix-build/Makefile.svn: Configure APR to build with threads enabled to prevent breaking the Subversion build. ]]] Index: tools/dev/unix-build/Makefile.svn =================================================================== --- tools/dev/unix-build/Makefile.svn (revision 1040428) +++ tools/dev/unix-build/Makefile.svn (working copy) @@ -238,8 +238,7 @@ cd $(APR_OBJDIR) \ && env CFLAGS="-O0 -g" $(APR_SRCDIR)/configure \ --prefix=$(PREFIX)/apr \ - --enable-maintainer-mode \ - --disable-threads + --enable-maintainer-mode touch $@ # compile apr