| Summary: | dev-util/subversion: Building swig bindings ignores LDFLAGS | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
| Component: | New packages | Assignee: | Paul de Vrieze (RETIRED) <pauldv> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
subversion-swig-bindings-LDFLAGS.patch
subversion-swig-bindings-LDFLAGS.patch subversion-swig-bindings-LDFLAGS.patch |
||
|
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2007-05-19 19:20:05 UTC
Created attachment 119733 [details, diff]
subversion-swig-bindings-LDFLAGS.patch
Created attachment 119734 [details, diff]
subversion-swig-bindings-LDFLAGS.patch
Updated patch.
Created attachment 119747 [details, diff]
subversion-swig-bindings-LDFLAGS.patch
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 Please, submit this upstream, this is not a Gentoo-specific issue. http://subversion.tigris.org/project_issues.html (In reply to comment #5) > Please, submit this upstream, this is not a Gentoo-specific issue. > > http://subversion.tigris.org/project_issues.html OK. Give me some time. I will slightly modify this patch. 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.
It is fixed in subversion-1.5_pre26086 in Eaedificāta Repository. http://www.ffta.host.sk/Eaedificata/index.html Problem connected with Perl bindings should be fixed in MakeMaker. not apache related fixed in 1.4.5 |