diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-17 22:47:39 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-17 22:47:39 +0000 |
commit | e65e3b6d254e2db02f913a7c4c932b040db0b5e3 (patch) | |
tree | 4391b6d2badfe78279b7e12a821ea8025400aeaa /net-ftp | |
parent | qt purge (diff) | |
download | historical-e65e3b6d254e2db02f913a7c4c932b040db0b5e3.tar.gz historical-e65e3b6d254e2db02f913a7c4c932b040db0b5e3.tar.bz2 historical-e65e3b6d254e2db02f913a7c4c932b040db0b5e3.zip |
Updated socks5 related configuration. Thanks to Tom Prado on bug #8013
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-2.6.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 5ad528c894c5..5e3d7aa4d111 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-ftp/lftp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.12 2002/09/11 16:51:00 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.13 2002/09/17 22:47:39 raker Exp $ *lftp-2.6.2 (11 Sep 2002) + 17 Sep 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.2.ebuild : + Updated socks5 related configure options. Thanks to Tom Prado on bug + #8013. + 11 Sep 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.2.ebuild, files/digest-lftp-2.6.2 : Version bump. readline history is now stored in a file. diff --git a/net-ftp/lftp/lftp-2.6.2.ebuild b/net-ftp/lftp/lftp-2.6.2.ebuild index 6d4e9928415b..cce65a0893d6 100644 --- a/net-ftp/lftp/lftp-2.6.2.ebuild +++ b/net-ftp/lftp/lftp-2.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.2.ebuild,v 1.1 2002/09/11 16:51:00 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.2.ebuild,v 1.2 2002/09/17 22:47:39 raker Exp $ S=${WORKDIR}/${P} @@ -37,8 +37,8 @@ src_compile() { use ssl && myconf="${myconf} --with-ssl=/usr" \ || myconf="${myconf} --without-ssl" - use socks5 && myconf="${myconf} --with-socks5" \ - || myconf="${myconf} --without-socks5" + use socks5 && myconf="${myconf} --with-socksdante=/usr" \ + || myconf="${myconf} --without-socksdante" export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}" export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" |