Page MenuHomeFreeBSD

D22457.id64619.diff
No OneTemporary

D22457.id64619.diff

Index: head/usr.sbin/jail/Makefile
===================================================================
--- head/usr.sbin/jail/Makefile
+++ head/usr.sbin/jail/Makefile
@@ -15,6 +15,11 @@
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR}
+# workaround for GNU ld (GNU Binutils) 2.33.1:
+# relocation truncated to fit: R_RISCV_GPREL_I against `.LANCHOR2'
+# https://bugs.freebsd.org/242109
+CFLAGS+=-Wl,--no-relax
+
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 27, 5:10 PM (8 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37404117
Default Alt Text
D22457.id64619.diff (464 B)

Event Timeline