From 26f2b3575364a5a20af633f73ee5162d1e923d3e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Dec 2019 17:56:49 +0100 Subject: [PATCH] nghttp2: switch to gnu-configure build-style. Fixes https://github.com/void-linux/void-packages/issues/17751 suggested fix by @Jhonnynator --- srcpkgs/nghttp2/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/nghttp2/template b/srcpkgs/nghttp2/template index f6c997eb52f..b529d06771e 100644 --- a/srcpkgs/nghttp2/template +++ b/srcpkgs/nghttp2/template @@ -2,9 +2,7 @@ pkgname=nghttp2 version=1.40.0 revision=1 -build_style=cmake -configure_args="-DWITH_LIBXML2=OFF -DWITH_JEMALLOC=OFF -DENABLE_EXAMPLES=OFF - -DENABLE_FAILMALLOC=OFF -DENABLE_STATIC_LIB=ON" +build_style=gnu-configure hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel libevent-devel jansson-devel libev-devel c-ares-devel"