summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/curl/DEPENDS12
-rw-r--r--ftp/curl/HISTORY4
2 files changed, 12 insertions, 4 deletions
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 00b04937b8..ecac5bbd18 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -74,7 +74,11 @@ optional_depends nghttp2 \
"--with-nghttp2" \
"--without-nghttp2" \
"for HTTP/2 support" &&
-optional_depends brotli \
- "--with-brotli" \
- "--without-brotli" \
- "Brotli compression"
+
+if spell_ok brotli; then
+ optional_depends brotli \
+ "--with-brotli" \
+ "--without-brotli" \
+ "Brotli compression"
+fi
+
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index ba42aa924e..dad74856c0 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,7 @@
+2020-07-10 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: only optionally depend on brotli if brotli is already
+ installed. This prevents a circular dependency.
+
2020-07-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 7.71.1