diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-14 11:57:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-14 11:57:50 +0700 |
commit | 6ce0bf6e17f8e667f4b17d8dcc1f51be63a325b7 (patch) | |
tree | 54216c902256c51ca65446aebdcd292708addefb /system/mongodb/patches/mongodb-5.0.2-no-compass.patch | |
parent | 6aef885703efa38b4fb935539d310abaccd11038 (diff) |
system/mongodb: Switch to binary release.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mongodb/patches/mongodb-5.0.2-no-compass.patch')
-rw-r--r-- | system/mongodb/patches/mongodb-5.0.2-no-compass.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/mongodb/patches/mongodb-5.0.2-no-compass.patch b/system/mongodb/patches/mongodb-5.0.2-no-compass.patch deleted file mode 100644 index 7772515772..0000000000 --- a/system/mongodb/patches/mongodb-5.0.2-no-compass.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/mongo/installer/SConscript b/src/mongo/installer/SConscript -index 5bd89fe9..489e70ac 100644 ---- a/src/mongo/installer/SConscript -+++ b/src/mongo/installer/SConscript -@@ -7,7 +7,6 @@ env = env.Clone() - - env.SConscript( - dirs=[ -- 'compass', - 'msi', - ], - exports=[ |