diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-11 16:51:00 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-11 16:51:00 +0000 |
commit | e8cc48979b8dcda1fb318814b7e22e93001e8df2 (patch) | |
tree | c1010b8b4c239626913d18ecf3219d75cd4020ae /net-ftp/lftp/files | |
parent | fix0rs (diff) | |
download | gentoo-2-e8cc48979b8dcda1fb318814b7e22e93001e8df2.tar.gz gentoo-2-e8cc48979b8dcda1fb318814b7e22e93001e8df2.tar.bz2 gentoo-2-e8cc48979b8dcda1fb318814b7e22e93001e8df2.zip |
Version bump. readline history is now stored in a file.
handle full-disk condition as fatal if the file is removed.
recursive deletion (rm -r) fixed. It used DELE instead of RMD.
fixed a rare core dump, usually happening on completion.
fixed compilation with modules. nls use variable appears to work
with this version as well. Undoing temporary forcing of nls.
Patched configure so adding ssl support doesn't add the dreaded
-I/usr/include flag. gcc3 is much happier now. :)
Diffstat (limited to 'net-ftp/lftp/files')
-rw-r--r-- | net-ftp/lftp/files/configure-lftp-2.6.2.diff | 21 | ||||
-rw-r--r-- | net-ftp/lftp/files/digest-lftp-2.6.2 | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-ftp/lftp/files/configure-lftp-2.6.2.diff b/net-ftp/lftp/files/configure-lftp-2.6.2.diff new file mode 100644 index 000000000000..132456081104 --- /dev/null +++ b/net-ftp/lftp/files/configure-lftp-2.6.2.diff @@ -0,0 +1,21 @@ +diff -urN lftp-2.6.2/configure lftp-2.6.2-modified/configure +--- lftp-2.6.2/configure Tue Sep 10 07:42:35 2002 ++++ lftp-2.6.2-modified/configure Wed Sep 11 11:45:31 2002 +@@ -19227,7 +19227,7 @@ + LIBS="$LIBS -lssl -lcrypto" + if test $loc != default; then + LDFLAGS="$LDFLAGS -L$loc/lib" +- CPPFLAGS="$CPPFLAGS -I$loc/include" ++ CPPFLAGS="$CPPFLAGS" + fi + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" +@@ -19273,7 +19273,7 @@ + lftp_cv_ssl="SSL_LIBS=\"-lssl -lcrypto\"" + if test $found_loc != default; then + lftp_cv_ssl="$lftp_cv_ssl SSL_LDFLAGS=-L$found_loc/lib" +- lftp_cv_ssl="$lftp_cv_ssl SSL_CPPFLAGS=-I$found_loc/include" ++ lftp_cv_ssl="$lftp_cv_ssl" + fi + break; + fi diff --git a/net-ftp/lftp/files/digest-lftp-2.6.2 b/net-ftp/lftp/files/digest-lftp-2.6.2 new file mode 100644 index 000000000000..297da82a00c9 --- /dev/null +++ b/net-ftp/lftp/files/digest-lftp-2.6.2 @@ -0,0 +1 @@ +MD5 914d95bfca4d0d3c41d9b742aa7946c3 lftp-2.6.2.tar.bz2 1126959 |