diff options
author | davidovski <david@davidovski.xyz> | 2022-01-10 18:53:07 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-10 18:53:07 +0000 |
commit | fcee362d51239fce8d42f21dd8b625b9df463161 (patch) | |
tree | 19af49d8206254b7b90c5bff4c22b1c39904909e | |
parent | 26a352b3944cc06a40986cd7c1c68d11d2e5860a (diff) |
removed lz4 from rsync
-rw-r--r-- | repo/core/rsync.xibuild | 2 |
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 } |