* [gentoo-commits] gentoo-x86 commit in dev-libs/libnl/files: libnl-3.2.22-python.patch
@ 2013-07-16 23:24 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2013-07-16 23:24 UTC (permalink / raw
To: gentoo-commits
jer 13/07/16 23:24:27
Added: libnl-3.2.22-python.patch
Log:
Fix python extension linking (bug #477110 by Arfrever Frehtes Taifersar Arahesis).
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.1 dev-libs/libnl/files/libnl-3.2.22-python.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/libnl-3.2.22-python.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/files/libnl-3.2.22-python.patch?rev=1.1&content-type=text/plain
Index: libnl-3.2.22-python.patch
===================================================================
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -9,6 +9,7 @@
sources = ['netlink/capi.i'],
include_dirs = include,
swig_opts = opts,
+ library_dirs=['@top_builddir@/lib/.libs'],
libraries = ['nl-3'],
)
@@ -16,6 +17,7 @@
sources = ['netlink/route/capi.i'],
include_dirs = include,
swig_opts = opts,
+ library_dirs=['@top_builddir@/lib/.libs'],
libraries = ['nl-3', 'nl-route-3'],
)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libnl/files: libnl-3.2.22-python.patch
@ 2014-01-15 16:24 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-15 16:24 UTC (permalink / raw
To: gentoo-commits
jer 14/01/15 16:24:50
Removed: libnl-3.2.22-python.patch
Log:
Old.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-15 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 23:24 [gentoo-commits] gentoo-x86 commit in dev-libs/libnl/files: libnl-3.2.22-python.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-01-15 16:24 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox