From 2e908b6474f646c00c3b8f7fc0e9316d7a765ccd Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 21 Jun 2020 21:30:45 +0300 Subject: [PATCH] rsync: configure with --disable-xxhash --- packages/rsync/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rsync/build.sh b/packages/rsync/build.sh index b3a29fc6b..d8d1194d2 100644 --- a/packages/rsync/build.sh +++ b/packages/rsync/build.sh @@ -10,4 +10,5 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-included-zlib=no --disable-xattr-support --disable-debug +--disable-xxhash "