diff options
Diffstat (limited to 'main/nghttp2/APKBUILD')
-rw-r--r-- | main/nghttp2/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/main/nghttp2/APKBUILD b/main/nghttp2/APKBUILD index 7aa97effb6..b2d65b4774 100644 --- a/main/nghttp2/APKBUILD +++ b/main/nghttp2/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=nghttp2 pkgver=1.18.0 -pkgrel=0 +pkgrel=1 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" arch="all" license="MIT" depends="" -makedepends="libev-dev libressl-dev zlib-dev jemalloc-dev" +makedepends="libev-dev libressl-dev zlib-dev c-ares-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz" @@ -27,7 +27,10 @@ build() { --disable-static \ --without-libxml2 \ --without-spdylay \ + --without-neverbleed \ + --without-jemalloc \ --disable-python-bindings \ + --enable-app \ || return 1 make || return 1 } |