diff options
author | Simon Gloßner <viper@hometux.de> | 2007-07-26 21:57:55 +0200 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2007-07-26 21:58:05 +0200 |
commit | 8a911bd69c1280b50bb7fe2c3aadb2fde988d8b7 (patch) | |
tree | fc3be660b5f6c7be7d85430f5634623dc618f970 /librsync/Pkgfile | |
parent | 01cb0382d33e57499783d819565494b997ba4b48 (diff) | |
download | opt-8a911bd69c1280b50bb7fe2c3aadb2fde988d8b7.tar.gz opt-8a911bd69c1280b50bb7fe2c3aadb2fde988d8b7.tar.xz |
librsync, rdiff: added patch for large file support (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355178)
Diffstat (limited to 'librsync/Pkgfile')
-rw-r--r-- | librsync/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |