Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119733 Details for
Bug 179139
dev-util/subversion: Building swig bindings ignores LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
subversion-swig-bindings-LDFLAGS.patch
subversion-swig-bindings-LDFLAGS.patch (text/plain), 2.23 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2007-05-19 19:21:25 UTC
(
hide
)
Description:
subversion-swig-bindings-LDFLAGS.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2007-05-19 19:21:25 UTC
Size:
2.23 KB
patch
obsolete
>--- dev-util/subversion/files/subversion-swig-bindings-LDFLAGS.patch >+++ dev-util/subversion/files/subversion-swig-bindings-LDFLAGS.patch >@@ -0,0 +1,33 @@ >+Patch created by Arfrever Frehtes Taifersar Arahesis. >+--- Makefile.in >++++ Makefile.in >+@@ -166,8 +166,8 @@ >+ COMPILE_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=compile $(SWIG_RB_COMPILE) $(CPPFLAGS) $(SWIG_INCLUDES) $(SWIG_RB_INCLUDES) -prefer-pic -c -o $@ >+ >+ # these commands link the wrapper objects into an extension library/module >+-LINK_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_PY_LINK) $(SWIG_LDFLAGS) -rpath $(swig_pydir) -avoid-version -module >+-LINK_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_RB_LINK) $(SWIG_LDFLAGS) -rpath $(swig_rbdir) -avoid-version -module >++LINK_PY_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_PY_LINK) $(SWIG_LDFLAGS) $(LDFLAGS) -rpath $(swig_pydir) -avoid-version -module >++LINK_RB_WRAPPER = $(LIBTOOL) $(LTFLAGS) --mode=link $(SWIG_RB_LINK) $(SWIG_LDFLAGS) $(LDFLAGS) -rpath $(swig_rbdir) -avoid-version -module >+ >+ LINK_JAVAHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=link $(CXX) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) $(LT_CXX_LIBADD) -rpath $(libdir) >+ >+--- subversion/bindings/swig/perl/native/Makefile.PL.in >++++ subversion/bindings/swig/perl/native/Makefile.PL.in >+@@ -34,6 +34,7 @@ >+ my $apr_ldflags = '@SVN_APR_EXPORT_LIBS@' >+ if $^O eq 'darwin' or $^O eq 'cygwin'; >+ >++my $ldflags = '@LDFLAGS@'; >+ chomp $apr_shlib_path_var; >+ >+ my %config = ( >+@@ -44,7 +45,7 @@ >+ " -I$svnlib_builddir", >+ " -I$swig_srcdir -g"), >+ OBJECT => q/$(O_FILES)/, >+- LIBS => [join(' ', $apr_ldflags, >++ LIBS => [join(' ', $ldflags, $apr_ldflags, >+ (map {$_ = abs_path($_); "-L$_"} @ldpaths), >+ @ldmodules, '-lsvn_swig_perl-1', >+ `$swig -perl -ldflags`)], >--- dev-util/subversion/subversion-1.4.3-r1.ebuild >+++ dev-util/subversion/subversion-1.4.3-r1.ebuild >@@ -66,7 +66,7 @@ > epatch ${FILESDIR}/subversion-apr_cppflags.patch > epatch ${FILESDIR}/subversion-1.4.3-debug-config.patch > epatch ${FILESDIR}/subversion-1.4.3-neon-0.26.3.patch >- # rapidsvn developers work with 1.3.2 >+ epatch ${FILESDIR}/subversion-swig-bindings-LDFLAGS.patch > > export WANT_AUTOCONF=2.5 > autoconf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179139
:
119733
|
119734
|
119747