26 lines
1021 B
Plaintext
26 lines
1021 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2018/12/30 14:14:14 ajacoutot Exp $
|
|
|
|
Index: configure
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -42,6 +42,9 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
--logdir=PATH when using BroControl, path to store log file
|
|
[PREFIX/logs]
|
|
--conf-files-dir=PATH config files installation directory [PREFIX/etc]
|
|
+ --python-install-dir the desired installation directory for
|
|
+ any auxiliary python modules (if present)
|
|
+ [PREFIX/lib/broctl]
|
|
|
|
Optional Features:
|
|
--enable-debug compile in debugging mode (like --build-type=Debug)
|
|
@@ -199,6 +202,9 @@ while [ $# -ne 0 ]; do
|
|
;;
|
|
--logdir=*)
|
|
append_cache_entry BRO_LOG_DIR PATH $optarg
|
|
+ ;;
|
|
+ --python-install-dir=*)
|
|
+ append_cache_entry PY_MOD_INSTALL_DIR PATH $optarg
|
|
;;
|
|
--enable-coverage)
|
|
append_cache_entry ENABLE_COVERAGE BOOL true
|