Hello.

Yafc can't download files bigger than 2GB, and can't upload them too.

But hopefully this is easy to fix. You just have to compile with
-D_FILE_OFFSET_BITS=64.
For that, the easiest way is to set the CPPFLAGS environment variable
when running ./configure.
That is, you just have to run :
CPPFLAGS=-D_FILE_OFFSET_BITS=64 ./configure
And then make && make install.

There may be way to do this through the configure.ac, but I don't know how.

By the way, please include that in the next update. :)
Thx.


Celelibi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to