Bug 179139 - dev-util/subversion: Building swig bindings ignores LDFLAGS
|
Bug#:
179139
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: pauldv@gentoo.org
|
Reported By: arfrever@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: dev-util/subversion: Building swig bindings ignores LDFLAGS
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-05-19 19:20 0000
|
When python, perl or ruby swig bindings are being built, LDFLAGS are ignored.
This patch, which is already attached and not marked as obsolete, is finished,
tested and works correctly, so you can safely apply it.
svn-config was deleted, so also delete this line in src_install ():
dobin svn-config
This line:
export EXTRA_LDFLAGS="${LDFLAGS}"
Should be replaced with:
export SWIG_LDFLAGS="${LDFLAGS}"
It will solve problems with Python and Ruby bindings.
In case of Perl bindings, it's a bug in MakeMaker.