mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Use correct variable to pass existing Spicy root to spicy-plugin.
spicy-plugin can find Spicy in paths given by `SPICY_ROOT_DIR` while `./configure` instead set `SPICY_ROOT`. With this patch we now set the correct variable. We also adjust variations of the previous variable name with different capitalization which caused us to not properly configure spicy-plugin (which triggers finding Spicy in its given prefix). Closes #2363.
This commit is contained in:
parent
bd1190bfeb
commit
13d011da66
2 changed files with 3 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -379,7 +379,7 @@ while [ $# -ne 0 ]; do
|
|||
append_cache_entry PYTHON_LIBRARY PATH $optarg
|
||||
;;
|
||||
--with-spicy=*)
|
||||
append_cache_entry SPICY_ROOT PATH $optarg
|
||||
append_cache_entry SPICY_ROOT_DIR PATH $optarg
|
||||
;;
|
||||
--with-spicy-plugin=*)
|
||||
append_cache_entry SPICY_PLUGIN_PATH PATH $optarg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue