commit:     3cb2a60e04e1c57b68645f7f954e1af507b01283
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Jul 23 13:24:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 13:39:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb2a60e

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37686
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/mongodb/mongodb-5.0.26.ebuild | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to