From 7e1f58eff231562a3633dd654a2ba158cf241e49 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 27 Dec 2022 00:14:59 +0000 Subject: system/nghttp2: Split apps to user/nghttp2-utils The tools need libraries that should not be pulled into system/. Additionally, since c-ares needs CMake now, it causes a dep cycle. Fixes: #936 --- system/nghttp2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') 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 } -- cgit v1.2.3-70-g09d2