From e319e89fde0f3c6b3c8ecfffe9bd759c9a44ac15 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 12 Jul 2021 16:14:31 +0200 Subject: [PATCH] syslog-ng: disable mqtt For now, disable mqtt as it was automatically enabled as the build system finds compiled libpaho-mqtt-c and requires dependency. --- Here is the output: Package syslog-ng is missing dependencies for the following libraries: libpaho-mqtt3c.so.1 --- This is a new feature since syslog-ng 3.33.1 and if anyone is interested in it, it can be enabled. Signed-off-by: Josef Schlehofer --- admin/syslog-ng/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/syslog-ng/Makefile b/admin/syslog-ng/Makefile index cf03c5ce79..e00bf4ecba 100644 --- a/admin/syslog-ng/Makefile +++ b/admin/syslog-ng/Makefile @@ -58,6 +58,7 @@ CONFIGURE_ARGS += \ --enable-json=yes \ --enable-http=yes \ --disable-smtp \ + --disable-mqtt \ --disable-redis \ --disable-dependency-tracking \ --disable-python \