mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
PR: 203986 Submitted by: Torsten Zühlsdorff <ports at toco-domains.de> MFC after: 1 month
11 lines
280 B
Text
11 lines
280 B
Text
--- gnuefi/Makefile.orig 2015-08-17 20:06:47 UTC
|
|
+++ gnuefi/Makefile
|
|
@@ -47,6 +47,8 @@ FILES = reloc_$(ARCH)
|
|
|
|
OBJS = $(FILES:%=%.o)
|
|
|
|
+CFLAGS += -fPIC
|
|
+
|
|
# on aarch64, avoid jump tables before all relocations have been processed
|
|
reloc_aarch64.o: CFLAGS += -fno-jump-tables
|
|
|