summaryrefslogtreecommitdiff
path: root/src
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:43:40 +0000
commit568f03096c598e4c5b9693cab75c779eab8d0fc7 (patch)
tree614785c9022cf927b868789d373476623e3cd5a5 /src
parent89849ba9b6bc90ab2ce52119e4018e045a0a5b1e (diff)
downloadmongo-568f03096c598e4c5b9693cab75c779eab8d0fc7.tar.gz
SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2
(cherry picked from commit b7ea2cf24aacb0ac13b6dbae95990b5900a08fe7)
Diffstat (limited to 'src')
-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 1bdbd95d20f..f1cfcadcbe2 100644
--- a/src/mongo/installer/msi/wxs/FeatureFragment.wxs
+++ b/src/mongo/installer/msi/wxs/FeatureFragment.wxs
@@ -87,6 +87,7 @@
Level ="1">
<ComponentRef Id="c_mongocryptd"/>
<ComponentRef Id="c_mongocryptdPdb"/>
+ <ComponentGroupRef Id="cg_EnterpriseBase" />
</Feature>
<?endif ?>
</Feature>