s3:modules: Link vfs_acl_common against gnutls
authorAndreas Schneider <asn@samba.org>
Thu, 8 Aug 2019 11:14:45 +0000 (13:14 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 10 Aug 2019 19:24:29 +0000 (19:24 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/wscript_build

index 28f985689763b81a1552c04df06664dac79079a9..f928323d66e79b77a718cbf83ad89d5ab269b2e2 100644 (file)
@@ -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',