|
|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../rsync/rsync.conf |
|
|
|
# Copyright (C) 2008 - 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2008 - 2020 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -22,3 +22,7 @@ configscript="./configure.sh" |
|
|
|
if atstage cross; then |
|
|
|
var_append configcache ' ' 'rsync_cv_HAVE_SECURE_MKSTEMP=yes' |
|
|
|
fi |
|
|
|
|
|
|
|
var_append confopt ' ' "--disable-lz4" |
|
|
|
var_append confopt ' ' "--disable-xxhash" |
|
|
|
var_append confopt ' ' "--disable-zstd" |