[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix Makefile.svn to build APR with threads

From: Ramkumar Ramachandra <artagnon_at_gmail.com>
Date: Tue, 30 Nov 2010 14:09:10 +0530

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
Received on 2010-11-30 09:35:40 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.