From a52ba200b6fffb2c2fdf75c5e902ed5c0568284a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Alves?= Date: Wed, 8 Apr 2020 20:03:39 +0100 Subject: [PATCH] Added http2, brotli, zlib and manual Added features to the static linked curl: - http2 - with nghttp2 package - brotli - with brotli package - zlib - with zlib package Installed groff for generating full featured manual inside portable executable. --- build.sh | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index b970e6f..3ba3be7 100755 --- a/build.sh +++ b/build.sh @@ -53,10 +53,26 @@ tar xfJ \${TARBALL_PATH} cd curl-* echo "***Installing build dependencies..." -apk add gcc make musl-dev openssl-dev openssl-libs-static file +apk add gcc make musl-dev openssl-dev openssl-libs-static file \ + nghttp2-static nghttp2-dev \ + brotli-static brotli-dev \ + zlib-static zlib-dev \ + groff + +# Fix for libbrotlidec: +cd /usr/lib +ar -M <