rtorrent: build with fallocate support

This doesn't actually turn it on unless you say

    system.file_allocate.set = yes

in the rtorrent config.
This commit is contained in:
Jan Malakhovski 2015-12-04 16:17:22 +00:00
parent 889944af2c
commit 83f46ec4d6

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ libtorrent ncurses pkgconfig libsigcxx curl zlib openssl xmlrpc_c ];
configureFlags = "--with-xmlrpc-c";
configureFlags = [ "--with-xmlrpc-c" "--with-posix-fallocate" ];
# postInstall = ''
# mkdir -p $out/share/man/man1 $out/share/rtorrent