[dev-db/mongodb] disable freemon, breaks with boost 1.83 apparently
This commit is contained in:
parent
3d91b58d93
commit
52cc6d125b
@ -130,6 +130,9 @@ src_configure() {
|
|||||||
# Gentoo's toolchain applies these anyway
|
# Gentoo's toolchain applies these anyway
|
||||||
scons_opts+=( --runtime-hardening=off )
|
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
|
# respect mongoDB upstream's basic recommendations
|
||||||
# see bug #536688 and #526114
|
# see bug #536688 and #526114
|
||||||
if ! use debug; then
|
if ! use debug; then
|
||||||
|
@ -151,6 +151,9 @@ src_configure() {
|
|||||||
scons_opts+=( --linker=bfd )
|
scons_opts+=( --linker=bfd )
|
||||||
fi
|
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
|
# respect mongoDB upstream's basic recommendations
|
||||||
# see bug #536688 and #526114
|
# see bug #536688 and #526114
|
||||||
if ! use debug; then
|
if ! use debug; then
|
||||||
|
Loading…
Reference in New Issue
Block a user