mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'master' of https://github.com/ffontaine/zeek
- Also removed the setting of BinPAC_ROOT_DIR in the configure script's --with-binpac= option as that breaks the cross-compilation use-case * 'master' of https://github.com/ffontaine/zeek: CMakeLists.txt: fix cross-compilation with binpac
This commit is contained in:
commit
d33613c2a5
4 changed files with 6 additions and 4 deletions
1
configure
vendored
1
configure
vendored
|
@ -279,7 +279,6 @@ while [ $# -ne 0 ]; do
|
|||
;;
|
||||
--with-binpac=*)
|
||||
append_cache_entry BINPAC_EXE_PATH PATH $optarg
|
||||
append_cache_entry BinPAC_ROOT_DIR PATH "$(dirname $optarg)/.."
|
||||
;;
|
||||
--with-bifcl=*)
|
||||
append_cache_entry BIFCL_EXE_PATH PATH $optarg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue