From 1689e21c090496dcae5d284c674cbe5e2e739c58 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 16 May 2020 13:35:34 +0200 Subject: [PATCH] mosquitt: add missing libuv make dep --- srcpkgs/mosquitto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index e40370da8a2..929fc84c614 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -7,7 +7,7 @@ make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by lib make_install_args="prefix=/usr" make_check_target=test conf_files="/etc/mosquitto/mosquitto.conf" -makedepends="c-ares-devel libressl-devel libwebsockets-devel" +makedepends="c-ares-devel libressl-devel libwebsockets-devel libuv-devel" checkdepends="python bcunit-devel" short_desc="MQTT version 3.1/3.1.1/5.0 compatible message broker" maintainer="Lukas Braun "