- 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:
Jon Siwek 2020-02-03 13:03:48 -08:00
commit d33613c2a5
4 changed files with 6 additions and 4 deletions

1
configure vendored
View file

@ -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