Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Jeroen Roovers
On Tue, 14 Oct 2014 14:14:26 +0200 Juan Simón wrote: > Without '--with-modules' fails too. > > And without any flag in './configure' fails compilation too in another > point: > Making all in m4 > Making all in doc > Making all in lib > Making all in src > lftp_ssl.cc: In member function 'int lft

Re: [lftp] lftp 4.5.5

2014-09-04 Thread Jeroen Roovers
On Thu, 4 Sep 2014 14:25:18 +0200 Juan Simón wrote: > ftpclass.cc: In destructor 'Ftp::Connection::~Connection()': > ftpclass.cc:1074:15: error: lvalue required as left operand of > assignment control_ssl=0; // ssl should be freed after send/recv >^ > make[1]: *** [ftpclass.lo] Er

[lftp] [PATCH] Fix building against GNU libc 2.16 (gets undefined)

2012-08-09 Thread Jeroen Roovers
Martin Jansa reported[1] a bug compiling lftp against GNU libc 2.16. The code assumes gets is defined when in 2.16 it is not. The attached patch adds the necessary check. jer [1] https://bugs.gentoo.org/show_bug.cgi?id=425026--- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -702,10 +702,12 @@