libwebsockets: rebuild against OpenSSL
This commit is contained in:
parent
261b9ec7bb
commit
e8ee37daf0
@ -2190,7 +2190,7 @@ libcvm-v2client.so.1 cvm-0.97_1
|
|||||||
libudns.so.0 udns-0.4_1
|
libudns.so.0 udns-0.4_1
|
||||||
libcriu.so.2 criu-3.13_2
|
libcriu.so.2 criu-3.13_2
|
||||||
libcompel.so.1 criu-3.13_2
|
libcompel.so.1 criu-3.13_2
|
||||||
libwebsockets.so.15 libwebsockets-3.2.0_1
|
libwebsockets.so.15 libwebsockets-3.2.2_5
|
||||||
libnfc.so.6 libnfc-1.8.0_1
|
libnfc.so.6 libnfc-1.8.0_1
|
||||||
libfuzzy.so.2 libfuzzy-2.12_1
|
libfuzzy.so.2 libfuzzy-2.12_1
|
||||||
libSDL_gfx.so.15 SDL_gfx-2.0.25_2
|
libSDL_gfx.so.15 SDL_gfx-2.0.25_2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Template file for 'libwebsockets'
|
# Template file for 'libwebsockets'
|
||||||
pkgname=libwebsockets
|
pkgname=libwebsockets
|
||||||
version=3.2.2
|
version=3.2.2
|
||||||
revision=4
|
revision=5
|
||||||
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_IPV6=ON -DLWS_HAVE_LIBCAP=ON"
|
||||||
makedepends="libcap-devel libev-devel libuv-devel libressl-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>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
@ -17,7 +17,7 @@ checksum=166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c
|
|||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
libwebsockets-devel_package() {
|
libwebsockets-devel_package() {
|
||||||
depends="libwebsockets>=${version}_${revision} libcap-devel libev-devel libressl-devel libuv-devel"
|
depends="libwebsockets>=${version}_${revision} libcap-devel libev-devel openssl-devel libuv-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user