summaryrefslogtreecommitdiff
path: root/repo/core/rsync.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-10 18:53:07 +0000
committerdavidovski <david@davidovski.xyz>2022-01-10 18:53:07 +0000
commitfcee362d51239fce8d42f21dd8b625b9df463161 (patch)
tree19af49d8206254b7b90c5bff4c22b1c39904909e /repo/core/rsync.xibuild
parent26a352b3944cc06a40986cd7c1c68d11d2e5860a (diff)
removed lz4 from rsync
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
}