From 94a4a254d2c2088a6365ef35d0241221cd9a51e7 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 17 Aug 2019 10:42:55 +0200 Subject: [PATCH] mosquitto: rebuild for libwebsockets-3.2 --- srcpkgs/mosquitto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index 26f1bfd972c..e40370da8a2 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -1,7 +1,7 @@ # Template file for 'mosquitto' pkgname=mosquitto version=1.6.3 -revision=2 +revision=3 build_style=gnu-makefile make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl make_install_args="prefix=/usr"