diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index c84d328760a..4ed0cde733c 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -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 " license="epl-v10, edl-v10"