diff options
-rw-r--r-- | repo/core/rsync.xibuild (renamed from repo/tip/rsync.xibuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/tip/rsync.xibuild b/repo/core/rsync.xibuild index 809171a..1d454c8 100644 --- a/repo/tip/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 + ./configure --prefix=/usr --disable-md2man --disable-xxhash --without-included-zlib && make make DESTDIR=$PKG_DEST install } |