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

Florian Pritz bluewind at archlinux.org
Tue Jun 25 17:53:46 UTC 2019


    Date: Tuesday, June 25, 2019 @ 17:53:45
  Author: bluewind
Revision: 356918

Temporarily disable new plugin: kafka-c

From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Fri, 14 Jun 2019 11:23:10 +0200

librdkafka is a dependency of the new Kafka C plugin.
Currently, this dep is only available in AUR, so the plugin has to
be disabled until librdkafka gets promoted.

https://aur.archlinux.org/packages/librdkafka/

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-25 17:53:41 UTC (rev 356917)
+++ PKGBUILD	2019-06-25 17:53:45 UTC (rev 356918)
@@ -48,7 +48,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-riemann --with-python=3 --with-jsonc=system
+    --disable-riemann --disable-kafka --with-python=3 --with-jsonc=system
   make
 }
 



More information about the arch-commits mailing list