mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
mosquitto: enable websockets.
This commit is contained in:
parent
08992f6b2e
commit
7ac830185f
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.4.8
|
version=1.4.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_TLS_PSK=no" # not supported by libressl
|
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||||
makedepends="libressl-devel libuuid-devel c-ares-devel"
|
makedepends="libressl-devel libuuid-devel c-ares-devel libwebsockets-devel"
|
||||||
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
||||||
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
||||||
license="epl-v10, edl-v10"
|
license="epl-v10, edl-v10"
|
||||||
|
|
Loading…
Add table
Reference in a new issue