From fcee362d51239fce8d42f21dd8b625b9df463161 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 10 Jan 2022 18:53:07 +0000 Subject: removed lz4 from rsync --- repo/core/rsync.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/core/rsync.xibuild') 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 } -- cgit v1.2.1