syslog-ng: disable mqtt
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 12 Jul 2021 14:14:31 +0000 (16:14 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 12 Jul 2021 14:17:59 +0000 (16:17 +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 <pepe.schlehofer@gmail.com>
(cherry picked from commit e319e89fde0f3c6b3c8ecfffe9bd759c9a44ac15)

admin/syslog-ng/Makefile

index bc31eecafbe4cc026515116d920a570a4ff7296e..036a7d83c25583ce516dde8a39c7d2e4021d49db 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=syslog-ng
 PKG_VERSION:=3.33.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
 PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later
@@ -58,6 +58,7 @@ CONFIGURE_ARGS +=  \
        --enable-json=yes \
        --enable-http=yes \
        --disable-smtp \
+       --disable-mqtt \
        --disable-redis \
        --disable-dependency-tracking \
        --disable-python \