summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2018-05-16 16:12:36 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2018-05-16 16:18:50 -0400
commit4db1a10f3068130ab7b925f40dba34449e9c6f8d (patch)
tree1ca409a39d995b786425e57f8b6577c898482e1a /src/mongo/db/SConscript
parent0a4f7b1ebf173984883d6e018ae88350015dfeb3 (diff)
downloadmongo-4db1a10f3068130ab7b925f40dba34449e9c6f8d.tar.gz
SERVER-34963 Fix linking on dynamic community builds.
There were hidden transitive dependencies through `auth` into other subsystems which were not detected through the normal content integration pathway. This adds some necessary dependency edges in order to fix building on those platforms. It also removes a few transitional ignores and fixes some uses of ambiguous stream operators. The `str::stream` object should not directly be streamed.
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 1d71169e527..6864920421b 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -633,6 +633,7 @@ env.Library(
],
LIBDEPS_PRIVATE=[
'commands/server_status',
+ 'update/update_driver',
]
)