Skip to content

Commit

Permalink
Make it possible to work with spicy-plugin bundled with zeek.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Jun 27, 2022
1 parent 23ea454 commit cedb9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkg.meta
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ summary = Spicy-based analyzer for the DNS protocol
description = Spicy-based analyzer for the DNS protocol.
script_dir = analyzer
plugin_dir = build/spicy-modules
build_command = unset -v CXX CXXFLAGS LD LDFLAGS && mkdir -p build && cd build && SPICYZ=%(package_base)s/spicy-plugin/build/bin/spicyz cmake .. && cmake --build .
build_command = unset -v CXX CXXFLAGS LD LDFLAGS && mkdir -p build && cd build && SPICYZ=$(command -v spicyz || %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .
test_command = unset -v CXX CXXFLAGS LD LDFLAGS && cd tests && PATH=$(zkg config plugin_dir)/packages/spicy-plugin/bin:$PATH btest -d -j $(nproc)

0 comments on commit cedb9d5

Please sign in to comment.