[dev-db/mongodb] disable freemon, breaks with boost 1.83 apparently

This commit is contained in:
Robert Förster 2023-09-07 17:25:09 +02:00
parent 3d91b58d93
commit 52cc6d125b
2 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,9 @@ src_configure() {
# Gentoo's toolchain applies these anyway
scons_opts+=( --runtime-hardening=off )
# refers to a non-functional feature as of Aug 2023, removed with 4.4.25
scons_opts+=( --enable-free-mon=off )
# respect mongoDB upstream's basic recommendations
# see bug #536688 and #526114
if ! use debug; then

View File

@ -151,6 +151,9 @@ src_configure() {
scons_opts+=( --linker=bfd )
fi
# refers to a non-functional feature as of Aug 2023, removed with 5.0.21
scons_opts+=( --enable-free-mon=off )
# respect mongoDB upstream's basic recommendations
# see bug #536688 and #526114
if ! use debug; then