From 5132a12a30ccc008644be11fa6af4a3d253a8a27 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 8 Aug 2019 13:14:45 +0200 Subject: [PATCH 066/187] s3:modules: Link vfs_acl_common against gnutls Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett (cherry picked from commit b81cb04d03d57b8175d862ba48ac476fedf23636) --- 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 80b0ce9ff90..b8b965c8edd 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.23.0