Date: Fri, 20 Aug 2021 12:40:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257765] databases/mongodb44: Fix crash on aarch64 Message-ID: <bug-257765-7788-nVY3uEt7Ca@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257765-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-257765-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257765 --- Comment #7 from Mikael Urankar <mikael@FreeBSD.org> --- It's lame but we can use this: .include <bsd.port.pre.mk> .if ${ARCH} =3D=3D aarch64 && ${COMPILER_TYPE} =3D=3D clang && ${COMPILER_V= ERSION} =3D=3D 120 # We can't use OPTIONS_EXCLUDE here :( LTO_MAKE_ARGS=3D --lto=3Doff .endif --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257765-7788-nVY3uEt7Ca>