aboutsummaryrefslogtreecommitdiffstats
path: root/main/curl
diff options
context:
space:
mode:
Diffstat (limited to 'main/curl')
-rw-r--r--main/curl/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD
index 44c545b421..4b92a439f0 100644
--- a/main/curl/APKBUILD
+++ b/main/curl/APKBUILD
@@ -4,13 +4,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=curl
pkgver=7.58.0
-pkgrel=1
+pkgrel=2
pkgdesc="An URL retrival utility and library"
url="http://curl.haxx.se"
arch="all"
license="MIT"
depends="ca-certificates"
-makedepends="zlib-dev libressl-dev libssh2-dev groff perl"
+makedepends="zlib-dev libressl-dev libssh2-dev groff perl nghttp2-dev"
subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev libcurl"
source="http://curl.haxx.se/download/$pkgname-$pkgver.tar.bz2"
@@ -70,6 +70,7 @@ build() {
--without-libidn \
--without-libidn2 \
--with-libssh2 \
+ --with-nghttp2 \
--disable-ldap \
--with-pic
make