diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-27 17:05:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-27 17:07:06 +0000 |
commit | 5514a1dd53266cfb94551c90b3dc02962e505c39 (patch) | |
tree | 90ae7611f674c1baf85e8c971fc310ae842b6770 /main/curl | |
parent | 52a67339b3da28d6ea30cca3e1a03ada1343f846 (diff) | |
download | aports-5514a1dd53266cfb94551c90b3dc02962e505c39.tar.bz2 aports-5514a1dd53266cfb94551c90b3dc02962e505c39.tar.xz |
main/curl: enable nghttp2
fixes #4520
Diffstat (limited to 'main/curl')
-rw-r--r-- | main/curl/APKBUILD | 5 |
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 |