build: Fix the build without system gssapi headers
authorVolker Lendecke <vl@samba.org>
Mon, 9 Dec 2019 12:49:47 +0000 (13:49 +0100)
committerMartin Schwenke <martins@samba.org>
Tue, 10 Dec 2019 00:29:54 +0000 (00:29 +0000)
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@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Tue Dec 10 00:29:55 UTC 2019 on sn-devel-184

buildtools/wafsamba/samba3.py

index 3bb2c521a2c169bad0674d8a57d88e8af3245246..7b42075d1abfb38c0e59a5256e2ef21b385ecabf 100644 (file)
@@ -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' ]