nghttp2: switch to gnu-configure build-style.
Fixes https://github.com/void-linux/void-packages/issues/17751 suggested fix by @Jhonnynator
This commit is contained in:
parent
ed64a4bfa1
commit
26f2b35753
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue