mosquitto: enable websockets.

This commit is contained in:
Christian Neukirchen 2016-03-15 16:50:36 +01:00
parent 08992f6b2e
commit 7ac830185f

View file

@ -1,12 +1,12 @@
# Template file for 'mosquitto'
pkgname=mosquitto
version=1.4.8
revision=1
revision=2
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"
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"
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
license="epl-v10, edl-v10"