[SCM] Samba Shared Repository - branch master updated

Björn Baumbach bbaumbach at samba.org
Fri Apr 20 19:13:01 UTC 2018


The branch, master has been updated
       via  57d9969 build: fix build without JSON audit support
      from  a18b510 s3/security.c undefined value

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 57d9969f5cd681cd02017c0b41fcbb12fe10fb08
Author: Björn Baumbach <bb at sernet.de>
Date:   Fri Apr 20 13:04:41 2018 +0200

    build: fix build without JSON audit support
    
    Autobuild-User(master): Björn Baumbach <bbaumbach at samba.org>
    Autobuild-Date(master): Fri Apr 20 21:12:33 CEST 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 auth/wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/auth/wscript b/auth/wscript
index 6b769c5..b81804e 100644
--- a/auth/wscript
+++ b/auth/wscript
@@ -12,7 +12,7 @@ def set_options(opt):
     return
 
 def configure(conf):
-    conf.SET_TARGET_TYPE('json-audit', 'EMPTY')
+    conf.SET_TARGET_TYPE('jansson', 'EMPTY')
 
     if Options.options.with_json_audit != False:
         if conf.CHECK_CFG(package='jansson', args='--cflags --libs',


-- 
Samba Shared Repository



More information about the samba-cvs mailing list