diff options
Diffstat (limited to 'repo')
-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 } |