diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-04 07:52:06 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-04 07:52:16 +0000 |
commit | 4c096d5c25bc3a8f31e09b4d57116bb738393e73 (patch) | |
tree | 8258bf0e0931ed5bcadc715c4db2f52d25c68baa /main/nghttp2 | |
parent | 168235700e929cda0e0bedb9782dbf11e65eef7c (diff) | |
download | aports-4c096d5c25bc3a8f31e09b4d57116bb738393e73.tar.bz2 aports-4c096d5c25bc3a8f31e09b4d57116bb738393e73.tar.xz |
main/nghttp2: removed jemalloc and re-added binary files
Diffstat (limited to 'main/nghttp2')
-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 } |