diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/nghttp2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nghttp2/APKBUILD b/system/nghttp2/APKBUILD index 8f9e55404..830a4231f 100644 --- a/system/nghttp2/APKBUILD +++ b/system/nghttp2/APKBUILD @@ -9,7 +9,7 @@ arch="all" options="!check" # Requires cunit, which we don't currently ship license="MIT" depends="" -makedepends="c-ares-dev libev-dev libxml2-dev openssl-dev zlib-dev" +makedepends="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz" @@ -30,7 +30,7 @@ build() { --without-neverbleed \ --without-jemalloc \ --disable-python-bindings \ - --enable-app + --enable-lib-only make } |