Merge pull request #4637 from CvH/10.0/networktoolsup

rsync: fix target build
This commit is contained in:
Matthias Reichl 2020-11-04 13:20:10 +01:00 committed by GitHub
commit c24cdd427c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,12 @@ PKG_CONFIGURE_OPTS_HOST="--with-included-popt \
--disable-xxhash" --disable-xxhash"
PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \ PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
--disable-xattr-support \ --disable-asm \
--with-included-popt \
--without-include-zlib \
--disable-lz4 \ --disable-lz4 \
--disable-md2man \
--disable-simd \
--disable-xattr-support \
--disable-xxhash \
--disable-zstd \ --disable-zstd \
--disable-xxhash" --with-included-popt \
--without-included-zlib"