1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

databases/mongodb60: turn off LTO by default

Got an error report that was fixed by turning this off.
ld-elf.so.1: /usr/local/bin/mongod: Undefined symbol "_ZN6snappy8CompressEPKcmPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE"

PR:	279821
This commit is contained in:
Ronald Klop 2024-06-18 13:14:55 +02:00
parent 21476ca8a9
commit dea4bdb17b
No known key found for this signature in database
GPG Key ID: 551E8E6207A42166
2 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,12 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 6.0.15
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
MAINTAINER= ronald@FreeBSD.org
COMMENT= Distributed document-oriented "NoSQL" database (6.0.x Branch)
COMMENT= MongoDB Community Edition (6.0.x Branch)
WWW= https://docs.mongodb.com/v6.0/
LICENSE= APACHE20 SSPLv1 # mongodb is SSPLv1, C++ driver is APACHE20
@ -86,7 +86,7 @@ USERS= mongodb
GROUPS= mongodb
OPTIONS_DEFINE= LTO SASL SSL NOAVX
OPTIONS_DEFAULT= LTO SASL SSL NOAVX
OPTIONS_DEFAULT= SASL SSL NOAVX
NOAVX_DESC= "Disable AVX instructions on amd64 (Sandybridge+)"

View File

@ -1,3 +1,5 @@
Distributed document-oriented "NoSQL" database.
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.