From 800fed7ff8db3035b16616f02718b1847793f8b8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 14:21:48 +0300 Subject: [PATCH] curl: disable zstd, remove library docs --- core/curl/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/curl/build b/core/curl/build index a436c295..118bcb28 100755 --- a/core/curl/build +++ b/core/curl/build @@ -15,7 +15,11 @@ --without-icu \ --without-libpsl \ --without-libidn \ - --without-libidn2 + --without-libidn2 \ + --without-zstd make curl_LDFLAGS=-all-static make DESTDIR="$1" install + +# Remove library documentation. +rm -rf "$1/usr/share/man/man3"