Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
yngwin 09/11/10 18:21:58
Modified: rb_libtorrent-0.14.6.ebuild ChangeLog
Log:
Adding patch to fix problematic ldflags use in configure, bug 290756.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Revision Changes Path
1.3 net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild?r1=1.2&r2=1.3
Index: rb_libtorrent-0.14.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rb_libtorrent-0.14.6.ebuild 27 Oct 2009 10:39:28 -0000 1.2
+++ rb_libtorrent-0.14.6.ebuild 10 Nov 2009 18:21:58 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.2 2009/10/27 10:39:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.6.ebuild,v 1.3 2009/11/10 18:21:58 yngwin Exp $
EAPI="2"
-inherit eutils flag-o-matic
+inherit autotools eutils flag-o-matic
MY_P=${P/rb_/}
MY_P=${MY_P/torrent/torrent-rasterbar}
@@ -26,6 +26,11 @@
sys-libs/zlib"
RDEPEND="${DEPEND}"
+src_prepare() {
+ epatch "${FILESDIR}"/0.14.6-configure-ldflags-fix.patch #290756
+ eautoreconf
+}
+
src_configure() {
append-ldflags -pthread
1.68 net-libs/rb_libtorrent/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 27 Oct 2009 10:39:28 -0000 1.67
+++ ChangeLog 10 Nov 2009 18:21:58 -0000 1.68
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.67 2009/10/27 10:39:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.68 2009/11/10 18:21:58 yngwin Exp $
+
+ 10 Nov 2009; Ben de Groot <yngwin@g.o>
+ +files/0.14.6-configure-ldflags-fix.patch, rb_libtorrent-0.14.6.ebuild:
+ Adding patch to fix problematic ldflags use in configure, bug 290756.
27 Oct 2009; Samuli Suominen <ssuominen@g.o>
rb_libtorrent-0.14.6.ebuild:
|
|