[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)

Florian Pritz bluewind at gemini.archlinux.org
Sun Jul 11 06:57:49 UTC 2021


    Date: Sunday, July 11, 2021 @ 06:57:49
  Author: bluewind
Revision: 419518

syslog-ng: add MQTT plugin

From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Tue, 6 Jul 2021 18:35:41 +0200

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-11 06:57:23 UTC (rev 419517)
+++ PKGBUILD	2021-07-11 06:57:49 UTC (rev 419518)
@@ -10,7 +10,7 @@
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'json-c' 'curl' 'libnet' 'openssl')
 makedepends=('libxslt' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 'hiredis'
-             'libdbi' 'libmaxminddb' 'net-snmp' 'librdkafka' 'libcap' 'systemd')
+             'libdbi' 'libmaxminddb' 'net-snmp' 'librdkafka' 'paho-mqtt-c' 'libcap' 'systemd')
 checkdepends=('python-nose' 'python-ply')
 optdepends=('logrotate: for rotating log files'
             'libdbi: for the SQL plugin'
@@ -21,6 +21,7 @@
             'libmaxminddb: for the GeoIP2 plugin'
             'net-snmp: for the SNMP plugin'
             'librdkafka: for the Kafka C plugin'
+            'paho-mqtt-c: for the MQTT plugin'
             'python: for Python-based plugins')
 conflicts=('eventlog')
 replaces=('eventlog')
@@ -48,7 +49,7 @@
     --with-pidfile-dir=/run --enable-spoof-source --enable-ipv6 \
     --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --enable-manpages --enable-all-modules --disable-java --disable-java-modules  \
-    --disable-mqtt --disable-riemann --with-python=3 --with-jsonc=system
+    --disable-riemann --with-python=3 --with-jsonc=system
   make
 }
 




More information about the arch-commits mailing list