mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4753 from Portisch/rsync
rsync: fix missing dependency openssl
This commit is contained in:
commit
86bb4beb61
@ -8,18 +8,20 @@ PKG_LICENSE="GPLv3"
|
|||||||
PKG_SITE="http://www.samba.org/ftp/rsync/rsync.html"
|
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_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 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_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="--with-included-popt \
|
||||||
--without-included-zlib \
|
--without-included-zlib \
|
||||||
|
--disable-openssl \
|
||||||
--disable-lz4 \
|
--disable-lz4 \
|
||||||
--enable-zstd \
|
--enable-zstd \
|
||||||
--disable-xxhash"
|
--disable-xxhash"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
|
||||||
--disable-asm \
|
--disable-asm \
|
||||||
|
--enable-openssl \
|
||||||
--disable-lz4 \
|
--disable-lz4 \
|
||||||
--disable-md2man \
|
--disable-md2man \
|
||||||
--disable-simd \
|
--disable-simd \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user