Skip to content

Commit 1b2495f

Browse files
committed
zeek: Enable building of JavaScript integration
With #256036 node now installs its shared library as well. If available the library is detected by the Zeek build to enable Zeek's JavaScript integration, and this patch makes the integration available deterministically.
1 parent 9e4ece3 commit 1b2495f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Formula/z/zeek.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Zeek < Formula
2626
depends_on "swig" => :build
2727
depends_on "c-ares"
2828
depends_on "libmaxminddb"
29+
depends_on "node"
2930
depends_on "openssl@3"
3031
depends_on "python@3.14"
3132
depends_on "zeromq"
@@ -48,6 +49,7 @@ def install
4849

4950
system "cmake", "-S", ".", "-B", "build",
5051
"-DBROKER_DISABLE_TESTS=on",
52+
"-DDISABLE_JAVASCRIPT=off",
5153
"-DINSTALL_AUX_TOOLS=on",
5254
"-DINSTALL_ZEEKCTL=on",
5355
"-DUSE_GEOIP=on",

0 commit comments

Comments
 (0)