Merge pull request #4753 from Portisch/rsync

rsync: fix missing dependency openssl
This commit is contained in:
Christian Hewitt 2021-01-06 08:46:13 +04:00 committed by GitHub
commit 86bb4beb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,18 +8,20 @@ PKG_LICENSE="GPLv3"
PKG_SITE="http://www.samba.org/ftp/rsync/rsync.html"
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_TARGET="toolchain zlib"
PKG_DEPENDS_TARGET="toolchain zlib openssl"
PKG_LONGDESC="A very fast method for bringing remote files into sync."
PKG_BUILD_FLAGS="-sysroot"
PKG_CONFIGURE_OPTS_HOST="--with-included-popt \
--without-included-zlib \
--disable-openssl \
--disable-lz4 \
--enable-zstd \
--disable-xxhash"
PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
--disable-asm \
--enable-openssl \
--disable-lz4 \
--disable-md2man \
--disable-simd \