syslog-ng: disable mqtt
authorJosef Schlehofer <redacted>
Mon, 12 Jul 2021 14:14:31 +0000 (16:14 +0200)
committerJosef Schlehofer <redacted>
Mon, 12 Jul 2021 14:16:57 +0000 (16:16 +0200)
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 <redacted>
admin/syslog-ng/Makefile

index cf03c5ce79647992d8d24d785783019eef500898..e00bf4ecba4b30a09de6704419302997d2b4b284 100644 (file)
@@ -58,6 +58,7 @@ CONFIGURE_ARGS +=  \
        --enable-json=yes \
        --enable-http=yes \
        --disable-smtp \
+       --disable-mqtt \
        --disable-redis \
        --disable-dependency-tracking \
        --disable-python \
git clone https://git.99rst.org/PROJECT