summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/tom/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto/tom/SConscript')
-rw-r--r--src/mongo/crypto/tom/SConscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mongo/crypto/tom/SConscript b/src/mongo/crypto/tom/SConscript
index 66c9f43e2ee..4a888bd282b 100644
--- a/src/mongo/crypto/tom/SConscript
+++ b/src/mongo/crypto/tom/SConscript
@@ -17,4 +17,8 @@ env.Library('tomcrypt',
'hmac_process.c',
'sha1.c',
'zeromem.c'],
- LIBDEPS=[])
+ LIBDEPS=[],
+ LIBDEPS_TAGS=[
+ 'init-no-global-side-effects',
+ ],
+)