You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by jo...@apache.org on 2020/05/06 13:54:49 UTC

[metron-bro-plugin-kafka] branch master updated: METRON-1817 Remove plugin dependency on zeek_dist (JonZeolla) closes apache/metron-bro-plugin-kafka#12

This is an automated email from the ASF dual-hosted git repository.

jonzeolla pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron-bro-plugin-kafka.git


The following commit(s) were added to refs/heads/master by this push:
     new 57b6660  METRON-1817 Remove plugin dependency on zeek_dist (JonZeolla) closes apache/metron-bro-plugin-kafka#12
57b6660 is described below

commit 57b6660950a7a306a50e04c517a8d4dee5684576
Author: JonZeolla <ze...@gmail.com>
AuthorDate: Wed May 6 09:54:32 2020 -0400

    METRON-1817 Remove plugin dependency on zeek_dist (JonZeolla) closes apache/metron-bro-plugin-kafka#12
---
 README.md | 2 +-
 zkg.meta  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 041da4f..054ca04 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ These instructions could also be helpful if you were interested in distributing
 1. Build the plugin using the following commands.
 
     ```
-    $ ./configure --zeek-dist=$zeek_dist --with-librdkafka=$librdkafka_root
+    $ ./configure --with-librdkafka=$librdkafka_root
     $ make
     $ sudo make install
     ```
diff --git a/zkg.meta b/zkg.meta
index d384a82..2b1325a 100644
--- a/zkg.meta
+++ b/zkg.meta
@@ -2,7 +2,7 @@
 description = A Zeek log writer plugin that sends logging output to Kafka.
 tags = log writer, zeek plugin, kafka
 script_dir = build/scripts/Apache/Kafka
-build_command = ./configure --zeek-dist=%(zeek_dist)s --with-librdkafka=%(LIBRDKAFKA_ROOT)s && make
+build_command = ./configure --with-librdkafka=%(LIBRDKAFKA_ROOT)s && make
 test_command = ( cd tests && btest -d )
 plugin_dir = build
 version = 0.3.0