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

Re: svn 0.9 rc2 tarball

From: Benjamin Reed <ben_at_opennms.org>
Date: 2002-02-16 00:29:26 CET

Garrett Rooney [rooneg@electricjellyfish.net] wrote:
> works find on mac os x 10.1.2, although you have to give it
> --disable-shared or it errors out while building neon.

Heh, you beat me to it. =)

Actually, a one-liner patch to neon/aclocal.m4 fixes it for
me, but I don't have an OSX 10.0 box to test on, so I don't
know if it's backwards-compatible:

---(snip!)---
diff -uNbr subversion-r1302/neon/aclocal.m4 subversion-new/neon/aclocal.m4
--- subversion-r1302/neon/aclocal.m4 Fri Feb 15 15:56:57 2002
+++ subversion-new/neon/aclocal.m4 Fri Feb 15 18:18:19 2002
@@ -1469,7 +1469,7 @@
     ;;

   darwin* | rhapsody*)
- allow_undefined_flag='-undefined suppress'
+ allow_undefined_flag='-undefined suppress -flat_namespace'
     # FIXME: Relying on posixy $() will cause problems for
     # cross-compilation, but unfortunately the echo tests do not
     # yet detect zsh echo's removal of \ escapes.
---(snip!)---

-- 
Ben Reed (ben@opennms.org)
http://www.opennms.org/
"Is it considered bad form to quote yourself in your sig?" -- Me
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

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.