forked from kiss-community/repo
curl: disable zstd, remove library docs
This commit is contained in:
parent
63cd2b1814
commit
800fed7ff8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user