databases/mongodb70: disable LTO for now

This was the error:
Checking if linker supports -flto... yes
lto compilation currently only works with the --linker=gold
See /wrkdirs/usr/ports/databases/mongodb70/work/mongo-r7.0.2/build/scons/config.log for details
*** Error code 1

See logs for the full error:
https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pecb3f8a4918b_s8818f0f112/logs/mongodb70-7.0.2.log
This commit is contained in:
Ronald Klop 2023-10-06 21:47:31 +02:00
parent 1b71aafbb8
commit b895b4ead1
No known key found for this signature in database
GPG key ID: 551E8E6207A42166

View file

@ -75,7 +75,7 @@ GROUPS= mongodb
OPTIONS_DEFINE= LTO SASL SSL NOAVX
OPTIONS_DEFINE_aarch64= ARMV80A
OPTIONS_DEFAULT= LTO SASL SSL
OPTIONS_DEFAULT= SASL SSL
# MongoDB on non-LSE ARM cpu like Raspberry Pi can work but is unsupported upstream.
# Can give corruption on high concurrency.