curl: disable zstd, remove library docs

This commit is contained in:
Dylan Araps 2021-07-06 14:21:48 +03:00
parent 63cd2b1814
commit 800fed7ff8
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 5 additions and 1 deletions

View File

@ -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"