From 953368befe24437af41c0309263040ec6ce5d25d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 13 Jul 2010 09:05:18 +0200 Subject: update Signed-off-by: Florian Pritz --- rtorrent-extended/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtorrent-extended/PKGBUILD') diff --git a/rtorrent-extended/PKGBUILD b/rtorrent-extended/PKGBUILD index 532273f..52ebeb4 100644 --- a/rtorrent-extended/PKGBUILD +++ b/rtorrent-extended/PKGBUILD @@ -115,7 +115,7 @@ build() { ./autogen.sh CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" \ - ./configure --prefix=/usr --disable-debug ${_option_ipv6} --with-xmlrpc-c || return 1 + ./configure --prefix=/usr --enable-posix-fallocate --disable-debug ${_option_ipv6} --with-xmlrpc-c || return 1 make || return 1 make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-24-g4f1b