mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
libwebsockets: remove -Werror
This commit is contained in:
parent
66cf018949
commit
f8fd6cce2b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ version=4.3.2
|
||||||
revision=2
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON
|
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON
|
||||||
-DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON -DLWS_WITH_EVLIB_PLUGINS=OFF"
|
-DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON -DLWS_WITH_EVLIB_PLUGINS=OFF
|
||||||
|
-DDISABLE_WERROR=ON"
|
||||||
makedepends="libcap-devel libev-devel libuv-devel openssl-devel zlib-devel"
|
makedepends="libcap-devel libev-devel libuv-devel openssl-devel zlib-devel"
|
||||||
short_desc="Lightweight client and server websocket library"
|
short_desc="Lightweight client and server websocket library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue