Page MenuHomeFreeBSD

D22457.diff
No OneTemporary

D22457.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, Apr 30, 9:17 PM (1 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32527470
Default Alt Text
D22457.diff (464 B)

Event Timeline