[SCM] Samba Shared Repository - branch master updated

Martin Schwenke martins at samba.org
Tue Dec 10 00:30:02 UTC 2019


The branch, master has been updated
       via  bb2296f68a3 build: Fix the build without system gssapi headers
      from  a5e3db5b512 lib: spelling fix

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


- Log -----------------------------------------------------------------
commit bb2296f68a36a3b85a5702062a5e488f9d6616dc
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Dec 9 13:49:47 2019 +0100

    build: Fix the build without system gssapi headers
    
    source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h and gssapi_spnego.h
    have an #include <gssapi.h> which they need to find via the -I paths
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Richard Sharpe <realrichardsharpe at gmail.com>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    
    Autobuild-User(master): Martin Schwenke <martins at samba.org>
    Autobuild-Date(master): Tue Dec 10 00:29:55 UTC 2019 on sn-devel-184

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

Summary of changes:
 buildtools/wafsamba/samba3.py | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba3.py b/buildtools/wafsamba/samba3.py
index 3bb2c521a2c..7b42075d1ab 100644
--- a/buildtools/wafsamba/samba3.py
+++ b/buildtools/wafsamba/samba3.py
@@ -40,6 +40,7 @@ def s3_fix_kwargs(bld, kwargs):
         extra_includes += [ '../source4/heimdal/lib/com_err',
                             '../source4/heimdal/lib/krb5',
                             '../source4/heimdal/lib/gssapi',
+                            '../source4/heimdal/lib/gssapi/gssapi',
                             '../source4/heimdal_build/include',
                             '../bin/default/source4/heimdal/lib/asn1' ]
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list