mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
3.1.0-dev.529 | 2020-02-03 13:04:30 -0800
|
||||
|
||||
* CMakeLists.txt: fix cross-compilation with binpac (Fabrice Fontaine)
|
||||
|
||||
3.1.0-dev.527 | 2020-02-03 10:11:00 -0800
|
||||
|
||||
* Change requested memory in Cirrus CI config (Jon Siwek, Corelight)
|
||||
|
|
|
@ -178,8 +178,7 @@ FindRequiredPackage(OpenSSL)
|
|||
FindRequiredPackage(BIND)
|
||||
FindRequiredPackage(ZLIB)
|
||||
|
||||
if (NOT BINPAC_EXE_PATH AND
|
||||
EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/binpac/CMakeLists.txt)
|
||||
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/aux/binpac/CMakeLists.txt)
|
||||
|
||||
set(ENABLE_STATIC_ONLY_SAVED ${ENABLE_STATIC_ONLY})
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.0-dev.527
|
||||
3.1.0-dev.529
|
||||
|
|
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