From: Josef Schlehofer Date: Mon, 12 Jul 2021 14:14:31 +0000 (+0200) Subject: syslog-ng: disable mqtt X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e319e89fde0f3c6b3c8ecfffe9bd759c9a44ac15;p=openwrt-packages.git 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 --- diff --git a/admin/syslog-ng/Makefile b/admin/syslog-ng/Makefile index cf03c5ce7..e00bf4ecb 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 \