From 8a911bd69c1280b50bb7fe2c3aadb2fde988d8b7 Mon Sep 17 00:00:00 2001 From: Simon Gloßner Date: Thu, 26 Jul 2007 21:57:55 +0200 Subject: librsync, rdiff: added patch for large file support (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355178) --- librsync/Pkgfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'librsync/Pkgfile') diff --git a/librsync/Pkgfile b/librsync/Pkgfile index 7c20267b7..60f14a5f6 100644 --- a/librsync/Pkgfile +++ b/librsync/Pkgfile @@ -5,12 +5,15 @@ name=librsync version=0.9.7 -release=1 -source=(http://dl.sourceforge.net/${name}/${name}-${version}.tar.gz) +release=2 +source=(http://dl.sourceforge.net/${name}/${name}-${version}.tar.gz + librsync.patch) build() { cd $name-$version + patch -p1 < $SRC/librsync.patch + ./configure \ --prefix=/usr \ --enable-shared -- cgit v1.2.3