From cc1eed99bda3773dc13e927f1df1c4fd72e4b848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= Date: Tue, 17 Apr 2018 15:47:58 +0200 Subject: build: add option to choose to build with or without JSON audit support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a new configure option: --with-json-audit Build with JSON auth audit support (default=auto). This requires the jansson devel package. Signed-off-by: Björn Baumbach Reviewed-by: Stefan Metzmacher Reviewed-by: Gary Lockyer Autobuild-User(master): Autobuild-Date(master): Wed Apr 18 15:25:42 CEST 2018 on sn-devel-144 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 0985aa94867..b45146c31b2 100644 --- a/wscript +++ b/wscript @@ -35,6 +35,7 @@ def system_mitkrb5_callback(option, opt, value, parser): def set_options(opt): opt.BUILTIN_DEFAULT('NONE') opt.PRIVATE_EXTENSION_DEFAULT('samba4') + opt.RECURSE('auth') opt.RECURSE('lib/replace') opt.RECURSE('dynconfig') opt.RECURSE('packaging') @@ -205,6 +206,7 @@ def configure(conf): # system-provided or embedded Heimdal build if conf.CONFIG_GET('KRB5_VENDOR') in (None, 'heimdal'): conf.RECURSE('source4/heimdal_build') + conf.RECURSE('auth') conf.RECURSE('source4/lib/tls') conf.RECURSE('source4/dsdb/samdb/ldb_modules') conf.RECURSE('source4/ntvfs/sysdep') -- cgit v1.2.1