mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Policy dir follows prefix if not explicitly set
This commit is contained in:
parent
15063b73fe
commit
90be6b5e7d
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -101,9 +101,13 @@ while [ $# -ne 0 ]; do
|
|||
append_cache_entry CMAKE_INSTALL_PREFIX PATH $optarg
|
||||
append_cache_entry BRO_ROOT_DIR PATH $optarg
|
||||
append_cache_entry PY_MOD_INSTALL_DIR PATH $optarg/lib/broctl
|
||||
if [ "$user_set_policydir" != "true" ]; then
|
||||
append_cache_entry POLICYDIR STRING $optarg/share/bro
|
||||
fi
|
||||
;;
|
||||
--policydir=*)
|
||||
append_cache_entry POLICYDIR STRING $optarg
|
||||
user_set_policydir="true"
|
||||
;;
|
||||
--enable-debug)
|
||||
append_cache_entry ENABLE_DEBUG BOOL true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue