summaryrefslogtreecommitdiff
path: root/librsync/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'librsync/Pkgfile')
-rw-r--r--librsync/Pkgfile7
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

Generated by cgit