From: Volker Lendecke Date: Mon, 9 Dec 2019 12:49:47 +0000 (+0100) Subject: build: Fix the build without system gssapi headers X-Git-Tag: ldb-2.1.0~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2296f68a36a3b85a5702062a5e488f9d6616dc;p=thirdparty%2Fsamba.git build: Fix the build without system gssapi headers source4/heimdal/lib/gssapi/gssapi/gssapi_krb5.h and gssapi_spnego.h have an #include which they need to find via the -I paths Signed-off-by: Volker Lendecke Reviewed-by: Richard Sharpe Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Tue Dec 10 00:29:55 UTC 2019 on sn-devel-184 --- 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' ]