Merge pull request #11464 from oxij/rtorrent-fallocate

rtorrent: build with fallocate support
This commit is contained in:
Peter Simons 2015-12-04 19:52:09 +01:00
commit 620e2920f7

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