mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Build Gen-ZAM from a submodule and support use of pre-existing executable
This separates Gen-ZAM from the main Zeek distribution and places it in a submodule at auxil/gen-zam, reflecting binpac and bifcl. Configuring with --with-gen-zam=... allws reuse of an existing executable.
This commit is contained in:
parent
9b184c3d4a
commit
e403dd5fe1
9 changed files with 34 additions and 3248 deletions
5
configure
vendored
5
configure
vendored
|
@ -85,6 +85,8 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
|
|||
(Zeek uses an embedded version by default)
|
||||
--with-caf=PATH path to C++ Actor Framework install root
|
||||
(a Broker dependency that is embedded by default)
|
||||
--with-gen-zam=PATH path to Gen-ZAM code generator
|
||||
(Zeek uses an embedded version by default)
|
||||
--with-flex=PATH path to flex executable
|
||||
--with-libkqueue=PATH path to libkqueue install root
|
||||
(Zeek uses an embedded version by default)
|
||||
|
@ -338,6 +340,9 @@ while [ $# -ne 0 ]; do
|
|||
--with-flex=*)
|
||||
append_cache_entry FLEX_EXECUTABLE PATH $optarg
|
||||
;;
|
||||
--with-gen-zam=*)
|
||||
append_cache_entry GEN_ZAM_EXE_PATH PATH $optarg
|
||||
;;
|
||||
--with-geoip=*)
|
||||
append_cache_entry LibMMDB_ROOT_DIR PATH $optarg
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue