summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-09-08 10:32:38 +0200
committerAndrew Bartlett <abartlet@samba.org>2022-09-08 22:34:36 +0000
commitb475e02066437920b671bdd0f91602f4f5b7c5f0 (patch)
tree9e15cf57ab2b5c9c11460c47a728dabe4cd722cf /source4/auth
parentb5013634175ef4b0a32e120e8b5806ad7283623b (diff)
downloadsamba-b475e02066437920b671bdd0f91602f4f5b7c5f0.tar.gz
s4:gensec: Do not link subsystems against dlopen() modules!
This is not a shared library. This only worked because we use '--as-needed' as linker option. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/gensec/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index 20271f1665b..2885eb0a948 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -20,7 +20,7 @@ bld.SAMBA_MODULE('gensec_krb5',
bld.SAMBA_SUBSYSTEM('gensec_krb5_helpers',
source='gensec_krb5_helpers.c',
- deps='gensec_krb5',
+ deps='talloc authkrb5',
enabled=bld.AD_DC_BUILD_IS_ENABLED())
bld.SAMBA_MODULE('gensec_gssapi',