From b3a151c365dcbf6a01a7c2b9833304f6027bcce2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 7 May 2018 16:30:17 -0300 Subject: [PATCH] mosquitto: rebuild against libwebsockets.so.13. Closes #14212. Signed-off-by: Enno Boland --- srcpkgs/mosquitto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index 925e598ac00..9fb6acfd45e 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -1,7 +1,7 @@ # Template file for 'mosquitto' pkgname=mosquitto version=1.5 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl make_install_args="prefix=/usr"