Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/issue-2586'
Browse files Browse the repository at this point in the history
* origin/topic/bbannier/issue-2586:
  Make dependency of `zeek` on spicy-plugin's driver object file explicit.
  • Loading branch information
timwoj committed Nov 17, 2022
2 parents 224d2b0 + b94c8bc commit a065999
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
5.2.0-dev.334 | 2022-11-17 11:34:41 -0700

* Make dependency of `zeek` on spicy-plugin's driver object file explicit. (Benjamin Bannier, Corelight)

5.2.0-dev.332 | 2022-11-17 11:31:23 -0700

* Spelling NEWS & CMakeLists.txt (Josh Soref)
Expand Down
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -863,6 +863,10 @@ CheckOptionalBuildSources(auxil/zeek-archiver ZeekArchiver INSTALL_ZEEK_ARCHIVER
CheckOptionalBuildSources(auxil/zeek-client ZeekClient INSTALL_ZEEK_CLIENT)

if ( NOT DISABLE_SPICY )
# The `zeek` binary implicitly depends on the driver object file built
# as part of `spicy`; make that dependency explicit.
add_dependencies(zeek spicyz)

if ( NOT SPICY_ROOT_DIR )
list(APPEND _spicy_rt_libs spicy-rt hilti-rt)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.2.0-dev.332
5.2.0-dev.334

0 comments on commit a065999

Please sign in to comment.