s4:dsdb: Fix stack use after scope in gkdi_create_root_key()
[Samba.git] / wscript_build_system_heimdal
blob16ed3ed9ed807dae385f47ff8a165252fca25296
1 from waflib import Logs
3 Logs.info("\tSelected system Heimdal build")
5 # Alias subsystem to allow common kerberos code that will
6 # otherwise link against MIT's gssapi_krb5 and k5crypto
8 # Note: that we also need this if we use system heimdal libraries
9 bld.SAMBA_SUBSYSTEM('gssapi_krb5', '', deps='gssapi')
10 bld.SAMBA_SUBSYSTEM('k5crypto', '', deps='krb5')