mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix broker python bindings install location to track --prefix.
This commit is contained in:
parent
8ad504ad4f
commit
871b340ade
3 changed files with 7 additions and 2 deletions
5
CHANGES
5
CHANGES
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
2.4-46 | 2015-07-22 10:56:40 -0500
|
||||||
|
|
||||||
|
* Fix broker python bindings install location to track --prefix.
|
||||||
|
(Jon Siwek)
|
||||||
|
|
||||||
2.4-45 | 2015-07-21 15:19:43 -0700
|
2.4-45 | 2015-07-21 15:19:43 -0700
|
||||||
|
|
||||||
* Enabling Broker by default. This means CAF is now a required
|
* Enabling Broker by default. This means CAF is now a required
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.4-45
|
2.4-46
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -161,7 +161,7 @@ while [ $# -ne 0 ]; do
|
||||||
append_cache_entry BRO_ROOT_DIR PATH $optarg
|
append_cache_entry BRO_ROOT_DIR PATH $optarg
|
||||||
append_cache_entry PY_MOD_INSTALL_DIR PATH $optarg/lib/broctl
|
append_cache_entry PY_MOD_INSTALL_DIR PATH $optarg/lib/broctl
|
||||||
|
|
||||||
if [ -n "$user_disabled_broker" ]; then
|
if [ -z "$user_disabled_broker" ]; then
|
||||||
append_cache_entry BROKER_PYTHON_HOME PATH $optarg
|
append_cache_entry BROKER_PYTHON_HOME PATH $optarg
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue