summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-10-10 14:20:11 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-04-30 23:18:26 +0000
commit382d5908a45f7a4a0bb6df98b3b8fa884ed9729a (patch)
tree5765a7c43095474029bb760cfdd347ffc5d1d894 /wscript
parent8ad4c1575805cc5d00e6873e55144ee6f8bc4b33 (diff)
downloadsamba-382d5908a45f7a4a0bb6df98b3b8fa884ed9729a.tar.gz
waf: Add mandatory requirement for GnuTLS >= 3.2.0
We plan to move to GnuTLS for crypto in Samba, this is the first step to make it mandatory and to require a version which is in LTS distributions. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 47fc2ba2460..558b7754c28 100644
--- a/wscript
+++ b/wscript
@@ -251,6 +251,8 @@ def configure(conf):
if not conf.CONFIG_GET('KRB5_VENDOR'):
conf.PROCESS_SEPARATE_RULE('embedded_heimdal')
+ conf.PROCESS_SEPARATE_RULE('system_gnutls')
+
conf.RECURSE('source4/lib/tls')
conf.RECURSE('source4/dsdb/samdb/ldb_modules')
conf.RECURSE('source4/ntvfs/sysdep')