mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libwebsockets: build with libuv
This commit is contained in:
parent
ffc217be00
commit
b1023ad49c
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libwebsockets'
|
# Template file for 'libwebsockets'
|
||||||
pkgname=libwebsockets
|
pkgname=libwebsockets
|
||||||
version=3.2.2
|
version=3.2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_HTTP2=ON -DLWS_IPV6=ON
|
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON
|
||||||
-DLWS_HAVE_LIBCAP=ON"
|
-DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON"
|
||||||
makedepends="libcap-devel libev-devel libressl-devel zlib-devel"
|
makedepends="libcap-devel libev-devel libuv-devel libressl-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>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://libwebsockets.org"
|
homepage="https://libwebsockets.org"
|
||||||
#changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog"
|
changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog"
|
||||||
distfiles="https://github.com/warmcat/libwebsockets/archive/v${version}.tar.gz"
|
distfiles="https://github.com/warmcat/libwebsockets/archive/v${version}.tar.gz"
|
||||||
checksum=166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c
|
checksum=166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue