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

[PATCH] fix missing symbols in _ra swig python

From: <kfogel_at_newton.ch.collab.net>
Date: 2003-01-24 01:35:44 CET

(Go through all pending patches right now, before moving on to the
issues database.)

This is part of a patch Brandon Ehle posted a while back. The other
part of his patch was already applied separately. The remainder looks
to me like it's probably right, but my understanding is a bit vague.

Can Someone Who Knows confirm that this should be applied? Thanks.

-Karl

Patch from Brandon Ehle azverkan@yahoo.com:

* subversion/bindings/swig/python/setup.py:
  Fix linkage for the _ra.so python swig library.

Index: subversion/bindings/swig/python/setup.py
===================================================================
--- subversion/bindings/swig/python/setup.py (revision 4546)
+++ subversion/bindings/swig/python/setup.py (working copy)
@@ -167,7 +167,7 @@
                             ),
              core.Extension(_ra,
                             [source_dir + /svn_ra.i],
- libraries=['svn_ra-1', 'swigpy'],
+ libraries=['svn_ra-1', 'svn_swig_py-1', 'swigpy'],
                             library_dirs=library_dirs,
                             extra_compile_args=extra_compile_args,
                             extra_link_args=extra_link_args,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:10:57 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.