summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2021-08-16 14:45:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-18 21:46:45 +0000
commiteba98cb97a2377030d76e025875f99f23742490d (patch)
tree3e3c8b468228a1c7464e7add97e483230a17b8a1
parent7853d994db8831e1f91e6c2a59cb01d26f1e6e45 (diff)
downloadmongo-eba98cb97a2377030d76e025875f99f23742490d.tar.gz
SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2
(cherry picked from commit b7ea2cf24aacb0ac13b6dbae95990b5900a08fe7)
-rw-r--r--src/mongo/installer/msi/wxs/FeatureFragment.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/installer/msi/wxs/FeatureFragment.wxs b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
index 1cda49bae1e..dc8edef7b2a 100644
--- a/src/mongo/installer/msi/wxs/FeatureFragment.wxs
+++ b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
@@ -110,6 +110,7 @@
Level ="1">
<ComponentRef Id="c_mongocryptd"/>
<ComponentRef Id="c_mongocryptdPdb"/>
+ <ComponentGroupRef Id="cg_EnterpriseBase" />
</Feature>
<?endif ?>
</Feature>