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:
parent
889944af2c
commit
83f46ec4d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user