s3-build: add missing gnutls dependency
authorBjörn Baumbach <bb@sernet.de>
Fri, 15 Nov 2019 12:21:48 +0000 (13:21 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 15 Nov 2019 17:21:32 +0000 (17:21 +0000)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/wscript_build

index 54982a92954556e35122a5af2d9f70eaecd9b60f..1cf734fe4c76f111457e743c96c6f1cf88b18629 100644 (file)
@@ -786,7 +786,10 @@ bld.SAMBA3_SUBSYSTEM('LEASES_UTIL',
 if bld.CONFIG_GET("WITH_PROFILE"):
     bld.SAMBA3_SUBSYSTEM('PROFILE',
                          source='profile/profile.c',
-                         deps='samba-util')
+                         deps='''
+                              samba-util
+                              gnutls
+                              ''')
 else:
     bld.SAMBA3_SUBSYSTEM('PROFILE',
                          source='profile/profile_dummy.c',