Merge pull request #6715 from antonlacon/rsync-cleanup

rsync: cleanup options
This commit is contained in:
Matthias Reichl 2022-07-21 16:43:21 +02:00 committed by GitHub
commit 06fd0189ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,24 +7,27 @@ PKG_SHA256="6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_SITE="https://rsync.samba.org" PKG_SITE="https://rsync.samba.org"
PKG_URL="https://download.samba.org/pub/rsync/src/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="https://download.samba.org/pub/rsync/src/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="autotools:host zlib:host zstd:host" PKG_DEPENDS_HOST="autotools:host zlib:host"
PKG_DEPENDS_TARGET="toolchain zlib openssl" PKG_DEPENDS_TARGET="toolchain zlib openssl"
PKG_LONGDESC="A very fast method for bringing remote files into sync." PKG_LONGDESC="A very fast method for bringing remote files into sync."
PKG_BUILD_FLAGS="-sysroot" PKG_BUILD_FLAGS="-sysroot"
PKG_CONFIGURE_OPTS_HOST="--with-included-popt \ PKG_CONFIGURE_OPTS_HOST="--disable-md2man \
--without-included-zlib \ --disable-ipv6 \
--disable-openssl \ --disable-openssl \
--disable-xxhash \
--disable-zstd \
--disable-lz4 \ --disable-lz4 \
--enable-zstd \ --disable-iconv \
--disable-xxhash" --with-included-popt \
--without-included-zlib"
PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \ PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
--disable-asm \ --disable-md5-asm \
--enable-openssl \ --enable-openssl \
--disable-lz4 \ --disable-lz4 \
--disable-md2man \ --disable-md2man \
--disable-simd \ --disable-roll-simd \
--disable-xattr-support \ --disable-xattr-support \
--disable-xxhash \ --disable-xxhash \
--disable-zstd \ --disable-zstd \