summaryrefslogtreecommitdiffstats
path: root/rtorrent-extended/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-07-13 09:05:18 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-07-13 09:05:18 +0200
commit953368befe24437af41c0309263040ec6ce5d25d (patch)
tree5f9275898d8fa8d88ae43d0e696b5c7c20d56244 /rtorrent-extended/PKGBUILD
parent8d23351755ef023dc68e90de539ae086dda7dcec (diff)
downloadaur-packages-953368befe24437af41c0309263040ec6ce5d25d.tar.gz
aur-packages-953368befe24437af41c0309263040ec6ce5d25d.tar.xz
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'rtorrent-extended/PKGBUILD')
-rw-r--r--rtorrent-extended/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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
}