From 83413618c9d94bd03a2d3896d916424c2e041157 Mon Sep 17 00:00:00 2001 From: Remko van der Vossen Date: Fri, 26 Feb 2021 20:22:33 +0100 Subject: rsync: optionally depends on SSL --- ftp/rsync/DEPENDS | 13 +++++++++---- ftp/rsync/HISTORY | 1 + 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ftp/rsync/DEPENDS b/ftp/rsync/DEPENDS index f3594fd6ce..7ed7f82d10 100755 --- a/ftp/rsync/DEPENDS +++ b/ftp/rsync/DEPENDS @@ -19,11 +19,16 @@ optional_depends xxhash \ "to enable xxhash checksums" && optional_depends zstd \ - "" \ + "--enable-zstd" \ "--disable-zstd" \ - "enable ztd compression support" + "enable ztd compression support" && optional_depends lz4 \ - "" \ + "--enable-lz4" \ "--disable-lz4" \ - "enable lz4 compression support" + "enable lz4 compression support" && + +optional_depends SSL \ + "--enable-openssl" \ + "--disable-openssl" \ + "enable SSL support" diff --git a/ftp/rsync/HISTORY b/ftp/rsync/HISTORY index 5603d4e8ea..0ea3ae3cba 100644 --- a/ftp/rsync/HISTORY +++ b/ftp/rsync/HISTORY @@ -1,5 +1,6 @@ 2021-02-26 Remko van der Vossen * BUILD: rewrite -s option to -Wl,--strip-debug in LDFLAGS + * DEPENDS: optionally depends on SSL 2020-08-07 Florian Franzmann * DETAILS: version 3.2.3 -- cgit v1.2.3