summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-11-02 14:56:34 +1300
committerAndrew Bartlett <abartlet@samba.org>2022-11-08 02:39:37 +0000
commit7d3416e8cb686453ecbedbc085073af95835001e (patch)
tree9439514760d794fba0a5edc6a30334d38c45ce95 /wscript
parent6fe6992258d2c59dfc8cb979deb25ba6020a1c06 (diff)
downloadsamba-7d3416e8cb686453ecbedbc085073af95835001e.tar.gz
krb5: Detect support for krb5_const_pac type
We can't unconditionally assume (as we did in third_party/heimdal_build/wscript_configure) that Heimdal has this type, since we may have an older system Heimdal that lacks it. We must also check whether krb5_pac_get_buffer() is usable with krb5_const_pac, and declare krb5_const_pac as a non-const typedef if not. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 5e775ebd2dd..b556aa0cbe2 100644
--- a/wscript
+++ b/wscript
@@ -354,6 +354,7 @@ def configure(conf):
conf.RECURSE('lib/socket')
conf.RECURSE('lib/mscat')
conf.RECURSE('packaging')
+ conf.RECURSE('lib/krb5_wrap')
conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()