aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-30 23:05:21 +0300
committerCem Keylan <cem@ckyln.com>2020-12-30 23:05:21 +0300
commit9775446f61bf9c05d077a915476ac79b81aff083 (patch)
tree676a1ea3f48f3b18fc55f306b7ecdbf680d7245e
parent6744412abc30bce7162dee23fc3631f95d59609f (diff)
downloadrepository-9775446f61bf9c05d077a915476ac79b81aff083.tar.gz
rsync: don't use asm
-rwxr-xr-xcore/rsync/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/rsync/build b/core/rsync/build
index 9514ff0c..afdf2b98 100755
--- a/core/rsync/build
+++ b/core/rsync/build
@@ -10,6 +10,7 @@ export CFLAGS="-static $CFLAGS"
cpt-configure \
--with-included-popt \
--disable-xxhash \
+ --disable-asm \
--disable-lz4 \
--disable-zstd \
--disable-openssl \