From 8ec645a213b76c33131a8ee3371753e1db64db6b Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Wed, 22 Sep 2021 12:46:47 +0200 Subject: [PATCH] libs: fixed curl metalink removal See https://github.com/curl/curl/commit/265b14d6b37c4298bd5556fabcbc37d36f911693 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6330cef..5105dc2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -494,8 +494,8 @@ elseif(UNIX) --without-gssapi --with-zlib --without-brotli --enable-threaded-resolver --disable-sspi --enable-ipv6 --without-libidn2 - --without-libmetalink --without-libpsl - --without-librtmp --disable-manual + --without-libpsl --without-librtmp + --disable-manual ) if(APPLE)