From b81cb04d03d57b8175d862ba48ac476fedf23636 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 8 Aug 2019 13:14:45 +0200 Subject: [PATCH] s3:modules: Link vfs_acl_common against gnutls Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- source3/modules/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index 28f98568976..f928323d66e 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -10,7 +10,8 @@ bld.SAMBA3_BINARY('test_nfs4_acls', install=False) bld.SAMBA3_SUBSYSTEM('vfs_acl_common', - source='vfs_acl_common.c') + source='vfs_acl_common.c', + deps='gnutls') bld.SAMBA3_SUBSYSTEM('POSIXACL_XATTR', source='posixacl_xattr.c', -- 2.47.3