FreeBSD Bugzilla – Attachment 227493 Details for
Bug 257765
databases/mongodb44: Fix crash on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff mongodb42
mongodb42.ltofix.diff (text/plain), 1001 bytes, created by
Ronald Klop
on 2021-08-27 21:26:06 UTC
(
hide
)
Description:
git diff mongodb42
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2021-08-27 21:26:06 UTC
Size:
1001 bytes
patch
obsolete
>diff --git a/databases/mongodb42/Makefile b/databases/mongodb42/Makefile >index 26f7e9247f89..2e91c1936951 100644 >--- a/databases/mongodb42/Makefile >+++ b/databases/mongodb42/Makefile >@@ -10,8 +10,7 @@ DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${DISTVERSION} > MAINTAINER= ronald-lists@klop.ws > COMMENT= Distributed document-oriented "NoSQL" database (4.2.x Branch) > >-# mongodb is SSPLv1, C++ driver is APACHE20 >-LICENSE= SSPLv1 APACHE20 >+LICENSE= SSPLv1 APACHE20 # mongodb is SSPLv1, C++ driver is APACHE20 > LICENSE_COMB= multi > LICENSE_NAME_SSPLv1= Server Side Public License > LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt >@@ -37,6 +36,8 @@ CONFLICTS_INSTALL= mongodb36 mongodb4[04] > > OPTIONS_DEFINE= LTO SASL SSL > OPTIONS_DEFAULT=LTO SASL SSL >+OPTIONS_EXCLUDE_aarch64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} >+OPTIONS_EXCLUDE_aarch64_14= LTO # Does not work with llvm12 on aarch64. > > SHEBANG_FILES= src/mongo/installer/compass/install_compass > python_OLD_CMD= @python_interpreter@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ronald-lists
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 257765
:
227110
| 227493