summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2024-07-23 16:24:08 +0300
committerSam James <sam@gentoo.org>2024-07-23 14:39:16 +0100
commit3cb2a60e04e1c57b68645f7f954e1af507b01283 (patch)
treecd2e521d789cbdb3857513c7e8e207835db1218b /dev-db/mongodb
parentsys-libs/llvm-libunwind: Stabilize 18.1.8 arm, #935984 (diff)
downloadgentoo-3cb2a60e04e1c57b68645f7f954e1af507b01283.tar.gz
gentoo-3cb2a60e04e1c57b68645f7f954e1af507b01283.tar.bz2
gentoo-3cb2a60e04e1c57b68645f7f954e1af507b01283.zip
dev-db/mongodb: fix configure with --jobs option
Reapply fix from #906897. Bug: https://bugs.gentoo.org/906897 Closes: https://bugs.gentoo.org/935274 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37686 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mongodb')
-rw-r--r--dev-db/mongodb/mongodb-5.0.26.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/mongodb/mongodb-5.0.26.ebuild b/dev-db/mongodb/mongodb-5.0.26.ebuild
index e8682cfd4a0e..efb618e4f155 100644
--- a/dev-db/mongodb/mongodb-5.0.26.ebuild
+++ b/dev-db/mongodb/mongodb-5.0.26.ebuild
@@ -131,6 +131,7 @@ src_configure() {
MONGO_GIT_HASH="0b4f1ea980b5380a66425a90b414106a191365f4"
--disable-warnings-as-errors
+ --force-jobs # Reapply #906897, fix #935274
--jobs="$(makeopts_jobs)"
--use-system-boost
--use-system-pcre