mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
||||||
pkgname=nghttp2
|
pkgname=nghttp2
|
||||||
version=1.40.0
|
version=1.40.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=gnu-configure
|
||||||
configure_args="-DWITH_LIBXML2=OFF -DWITH_JEMALLOC=OFF -DENABLE_EXAMPLES=OFF
|
|
||||||
-DENABLE_FAILMALLOC=OFF -DENABLE_STATIC_LIB=ON"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel libevent-devel jansson-devel
|
makedepends="zlib-devel libressl-devel libevent-devel jansson-devel
|
||||||
libev-devel c-ares-devel"
|
libev-devel c-ares-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue