diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-29 05:05:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-29 05:05:15 +0000 |
commit | fb7b1a37a92ee8d11ebd518741217c71a26a96fe (patch) | |
tree | 5c864c1d4b91fe54be2d49de9d21b2332d498e3f /net-ftp | |
parent | Initial commit. Enjoy. (diff) | |
download | gentoo-2-fb7b1a37a92ee8d11ebd518741217c71a26a96fe.tar.gz gentoo-2-fb7b1a37a92ee8d11ebd518741217c71a26a96fe.tar.bz2 gentoo-2-fb7b1a37a92ee8d11ebd518741217c71a26a96fe.zip |
Make sure cmd-torrent.so gets linked properly (patch sent upstream).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/files/lftp-3.99.5-torrent_la.patch | 10 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.99.5.ebuild | 3 |
3 files changed, 17 insertions, 2 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 232b27050248..af9cb0004a28 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/lftp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.209 2009/07/27 17:44:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.210 2009/07/29 05:05:15 jer Exp $ + + 29 Jul 2009; Jeroen Roovers <jer@gentoo.org> lftp-3.99.5.ebuild, + +files/lftp-3.99.5-torrent_la.patch: + Make sure cmd-torrent.so gets linked properly (patch sent upstream). *lftp-3.99.5 (27 Jul 2009) diff --git a/net-ftp/lftp/files/lftp-3.99.5-torrent_la.patch b/net-ftp/lftp/files/lftp-3.99.5-torrent_la.patch new file mode 100644 index 000000000000..259546fa1998 --- /dev/null +++ b/net-ftp/lftp/files/lftp-3.99.5-torrent_la.patch @@ -0,0 +1,10 @@ +--- src/Makefile.am.orig 2009-06-26 17:14:39.000000000 +0200 ++++ src/Makefile.am 2009-07-29 06:35:41.000000000 +0200 +@@ -63,6 +63,7 @@ + proto_http_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la $(EXPAT_LIBS) + proto_fish_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la liblftp-pty.la + proto_sftp_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la liblftp-pty.la ++cmd_torrent_la_LIBADD = -L$(DESTDIR)$(pkgverlibdir) liblftp-network.la + + liblftp_tasks_la_SOURCES = PollVec.cc PollVec.h SMTask.cc SMTask.h ProcWait.cc\ + ProcWait.h GetPass.cc GetPass.h ConnectionSlot.cc ConnectionSlot.h\ diff --git a/net-ftp/lftp/lftp-3.99.5.ebuild b/net-ftp/lftp/lftp-3.99.5.ebuild index 1d17255b6868..340d59105cd3 100644 --- a/net-ftp/lftp/lftp-3.99.5.ebuild +++ b/net-ftp/lftp/lftp-3.99.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.99.5.ebuild,v 1.1 2009/07/27 17:44:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.99.5.ebuild,v 1.2 2009/07/29 05:05:15 jer Exp $ EAPI="2" @@ -35,6 +35,7 @@ DEPEND=" src_prepare() { epatch "${FILESDIR}/${PN}-gnutls.patch" + epatch "${FILESDIR}/${P}-torrent_la.patch" eautoreconf } |