aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2026-01-17 17:00:40 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-01-21 23:51:56 +0000
commite73012979866246fd7f3e4698f0afc3da0189365 (patch)
tree3d4be006d55134adcf63b9bb01837b6b9f8eaada /shells
parentbd7e3e8a36c48d6a31b8560c39b8ef033e6caa99 (diff)
Diffstat (limited to 'shells')
-rw-r--r--shells/nushell/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index f17010e3af88..7b4966e1b124 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -11,8 +11,6 @@ WWW= https://www.nushell.sh/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_armv7= compilation fails, see https://github.com/rust-lang/rust/issues/140343, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286368
-
USES= cargo localbase ssl
USE_GITHUB= yes
@@ -934,6 +932,7 @@ LDFLAGS= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
# avoid address space exhaustion in compiler
.if ${ARCH:Marmv?}
+CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO="false"
LTO_UNSAFE= yes
.endif