curl: add libnghttp2 to dependencies

This commit is contained in:
Tim Biermann 2022-01-09 03:49:59 +01:00
parent ba21caa89c
commit e738ffb3b4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVequ+9QHOxHcsvPSYo1cg+YoDruyBGBcfRmO9ipAKy2XtBK8JylLLXeIXMQMysk4SZAXdT+jjX3b77ZhqW1C7ibQU=
SHA256 (Pkgfile) = ac0a6129144bf6d375cfdb0e507e111a14c6c9b290a79cb022549b46289cdefc
RWRJc1FUaeVeqmFEdGdJ2H6yIy4mKQkCh4BXvtLb5T2/nQdKzbrS0yV9gxi765qX+oUgrinBoGJaFzY+3GyYs2JfSKNp6gyqeQ8=
SHA256 (Pkgfile) = dc9a5a3ec5bd4eeed2de2638a7cea0d2be00212600a58dcc16589eff16944f8e
SHA256 (.footprint) = 42e08fb7fe94b4455173a2dde3214a106b30ab64465f126bfdb3a789e0f66ff7
SHA256 (curl-7.81.0.tar.xz) = a067b688d1645183febc31309ec1f3cdce9213d02136b6a6de3d50f69c95a7d3

View File

@ -1,7 +1,7 @@
# Description: A tool for transfering files with URL syntax
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: https://curl.haxx.se
# Depends on: openssl zlib zstd
# Depends on: libnghttp2 openssl zlib zstd
name=curl
version=7.81.0
@ -13,11 +13,11 @@ build() {
./configure \
--prefix=/usr \
--enable-ipv6 \
--without-libidn2 \
--with-openssl \
--without-cyassl \
--enable-threaded-resolver \
--with-ca-bundle=/etc/ssl/cert.pem
--with-ca-bundle=/etc/ssl/cert.pem \
--without-libidn2 \
--without-cyassl
make
make DESTDIR=$PKG install
make -C docs/libcurl DESTDIR=$PKG install