[Bug 257765] databases/mongodb44: Fix crash on aarch64
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257765] databases/mongodb44: fix crash + portscout"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Aug 2021 12:40:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257765 --- Comment #7 from Mikael Urankar <mikael@FreeBSD.org> --- It's lame but we can use this: .include <bsd.port.pre.mk> .if ${ARCH} == aarch64 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} == 120 # We can't use OPTIONS_EXCLUDE here :( LTO_MAKE_ARGS= --lto=off .endif -- You are receiving this mail because: You are the assignee for the bug.