b6b438
From 5132a12a30ccc008644be11fa6af4a3d253a8a27 Mon Sep 17 00:00:00 2001
b6b438
From: Andreas Schneider <asn@samba.org>
b6b438
Date: Thu, 8 Aug 2019 13:14:45 +0200
b6b438
Subject: [PATCH 066/187] s3:modules: Link vfs_acl_common against gnutls
b6b438
b6b438
Signed-off-by: Andreas Schneider <asn@samba.org>
b6b438
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
b6b438
(cherry picked from commit b81cb04d03d57b8175d862ba48ac476fedf23636)
b6b438
---
b6b438
 source3/modules/wscript_build | 3 ++-
b6b438
 1 file changed, 2 insertions(+), 1 deletion(-)
b6b438
b6b438
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build
b6b438
index 80b0ce9ff90..b8b965c8edd 100644
b6b438
--- a/source3/modules/wscript_build
b6b438
+++ b/source3/modules/wscript_build
b6b438
@@ -10,7 +10,8 @@ bld.SAMBA3_BINARY('test_nfs4_acls',
b6b438
                   install=False)
b6b438
 
b6b438
 bld.SAMBA3_SUBSYSTEM('vfs_acl_common',
b6b438
-                     source='vfs_acl_common.c')
b6b438
+                     source='vfs_acl_common.c',
b6b438
+                     deps='gnutls')
b6b438
 
b6b438
 bld.SAMBA3_SUBSYSTEM('POSIXACL_XATTR',
b6b438
                  source='posixacl_xattr.c',
b6b438
-- 
b6b438
2.23.0
b6b438