aboutsummaryrefslogtreecommitdiff
path: root/core/rsync/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-20 11:41:35 +0300
committerCem Keylan <cem@ckyln.com>2020-06-20 11:41:35 +0300
commit092055a2199ef6489d1061bb8207e02545b53d1f (patch)
treec701db32603e8cfbdb6a65e5399f95ba8b90f36a /core/rsync/build
parent9128d4bdb4cc73edcf9fbaea5faecdaf1549ee98 (diff)
downloadrepository-092055a2199ef6489d1061bb8207e02545b53d1f.tar.gz
rsync: bump to 3.2.0
Diffstat (limited to 'core/rsync/build')
-rwxr-xr-xcore/rsync/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/rsync/build b/core/rsync/build
index 5aadaca9..ca967731 100755
--- a/core/rsync/build
+++ b/core/rsync/build
@@ -10,6 +10,11 @@ export CFLAGS="-static $CFLAGS"
./configure \
--prefix=/usr \
--with-included-popt \
+ --disable-xxhash \
+ --disable-lz4 \
+ --disable-zstd \
+ --disable-openssl \
+ --disable-simd \
--without-included-zlib
make