summaryrefslogtreecommitdiff
path: root/third_party/heimdal_build
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-02-22 15:30:17 +1300
committerStefan Metzmacher <metze@samba.org>2022-03-01 17:11:35 +0000
commit6d8fec7006e8eadf5967a6f2f5add7d3c2c7bd3e (patch)
treeed5faf49f7cdf5b1ba4ab67b53b83a431b983d0c /third_party/heimdal_build
parentef95fb439237910b945b8d6a3ad4a140a8d6d1ea (diff)
downloadsamba-6d8fec7006e8eadf5967a6f2f5add7d3c2c7bd3e.tar.gz
third_party/heimdal_build: Add KDC_LIB macro definitions
This is an adaptation to Heimdal: commit 7bb00a40eabbed2bc1c268f5244bfb9736d9bebe Author: Luke Howard <lukeh@padl.com> Date: Tue Jan 4 13:08:35 2022 +1100 kdc: fix Windows build BUG: https://bugzilla.samba.org/show_bug.cgi?id=14995 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'third_party/heimdal_build')
-rw-r--r--third_party/heimdal_build/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/heimdal_build/wscript_build b/third_party/heimdal_build/wscript_build
index 7780f9c1324..cf7c2b9a342 100644
--- a/third_party/heimdal_build/wscript_build
+++ b/third_party/heimdal_build/wscript_build
@@ -445,7 +445,7 @@ if not bld.CONFIG_SET("USING_SYSTEM_KDC"):
includes='../heimdal/kdc',
deps='roken krb5 hdb asn1 HEIMDAL_DIGEST_ASN1 HEIMDAL_KX509_ASN1 heimntlm hcrypto com_err wind heimbase gssapi gss_preauth',
version_script='kdc/version-script.map')
- HEIMDAL_AUTOPROTO('kdc/kdc-protos.h', KDC_SOURCE)
+ HEIMDAL_AUTOPROTO('kdc/kdc-protos.h', KDC_SOURCE, options='-E KDC_LIB -q -P comment -o')
HEIMDAL_AUTOPROTO_PRIVATE('kdc/kdc-private.h', KDC_SOURCE)
if not bld.CONFIG_SET("USING_SYSTEM_HEIMNTLM"):