diff options
author | Stefan Metzmacher <metze@samba.org> | 2019-01-24 02:31:10 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-01-29 22:09:07 +0100 |
commit | 8061983d4882f3ba3f12da71443b035d7b672eec (patch) | |
tree | 5a0b1c92c054b28fcbcc4047f0749883083595d6 /wscript_configure_embedded_heimdal | |
parent | 60b062d614ecf8fa97b3efc0e587d3ee55e4971b (diff) | |
download | samba-8061983d4882f3ba3f12da71443b035d7b672eec.tar.gz |
wscript: separate embedded_heimdal from system_heimdal
This allows to default (embedded_heimdal) to build even with a
broken krb5-config file from Heimdal.
In the system_heimdal case we parse the content of krb5-config
instead of just executing it. This fails on FreeBSD 12 as
krb5-config contains iso-8859-1 characters, which can't be parsed
as unicode python buffers when using python3.
Fixing the system_heimdal case is a task for another day,
I guess it will only work once we imported a current heimdal version
and actually tested the system_heimdal case.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'wscript_configure_embedded_heimdal')
-rw-r--r-- | wscript_configure_embedded_heimdal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_configure_embedded_heimdal b/wscript_configure_embedded_heimdal new file mode 100644 index 00000000000..8c55ae2a938 --- /dev/null +++ b/wscript_configure_embedded_heimdal @@ -0,0 +1 @@ +conf.RECURSE('source4/heimdal_build') |