Merge pull request #11464 from oxij/rtorrent-fallocate
rtorrent: build with fallocate support
This commit is contained in:
commit
620e2920f7
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libtorrent ncurses pkgconfig libsigcxx curl zlib openssl xmlrpc_c ];
|
buildInputs = [ libtorrent ncurses pkgconfig libsigcxx curl zlib openssl xmlrpc_c ];
|
||||||
configureFlags = "--with-xmlrpc-c";
|
configureFlags = [ "--with-xmlrpc-c" "--with-posix-fallocate" ];
|
||||||
|
|
||||||
# postInstall = ''
|
# postInstall = ''
|
||||||
# mkdir -p $out/share/man/man1 $out/share/rtorrent
|
# mkdir -p $out/share/man/man1 $out/share/rtorrent
|
||||||
|
Loading…
Reference in New Issue
Block a user