Re: [PATCH] Build both serf and dav
From: Peter Samuelson <peter_at_p12n.org>
Date: 2007-06-18 21:32:06 CEST
[David Glasser]
The problem is that, thanks to libtool, if someone has a binary that
libtool --mode=link $(CC) -o foo foo.o -lsvn_ra-1
libtool will turn that into
$(CC) -o foo foo.o -lsvn_ra-1 -lsvn_ra_local-1 -lsvn_ra_svn-1 -lsvn_ra_dav-1 -lapr1 -laprutil1 -lneon ...
Now, if the user upgrades to Subversion 1.5, his binary will break,
This isn't a problem in Debian because we use the Debian version of
|
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.