Skip to content

Commit 689da05

Browse files
committed
Makefile: re-add zstd-dev and nghttp2-dev explicitly
curl-dev's side-effect was pulling in curl dev dependencies.
1 parent de17902 commit 689da05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fedora_base=docker.io/fedora
88
base=docker.io/alpine:3.23.0
99
arch=""
1010
compiler="gcc"
11-
dev_deps="git zsh curl build-base libtool autoconf automake perl openssl libssh2 libssh2-dev libssh2-static brotli brotli-dev zstd krb5-dev libpsl-dev python3 python3-dev stunnel nghttp2"
11+
dev_deps="git zsh curl build-base libtool autoconf automake perl openssl libssh2 libssh2-dev libssh2-static nghttp2-dev brotli brotli-dev zstd-dev krb5-dev libpsl-dev python3 python3-dev stunnel nghttp2"
1212
base_deps="brotli brotli-dev libssh2 nghttp2-dev libidn2 krb5 libpsl zstd"
1313
build_opts="--enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-openssl --with-libssh2 --with-nghttp2 --with-gssapi"
1414

0 commit comments

Comments
 (0)