summaryrefslogtreecommitdiff
path: root/repo/core/rsync.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/rsync.xibuild')
-rw-r--r--repo/core/rsync.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/rsync.xibuild b/repo/core/rsync.xibuild
index 1d454c8..f2547fd 100644
--- a/repo/core/rsync.xibuild
+++ b/repo/core/rsync.xibuild
@@ -7,7 +7,7 @@ DESC="A utility that provides fast incremental file transfer"
build () {
- ./configure --prefix=/usr --disable-md2man --disable-xxhash --without-included-zlib &&
+ ./configure --prefix=/usr --disable-md2man --disable-lz4 --disable-xxhash --without-included-zlib &&
make
make DESTDIR=$PKG_DEST install
}