Page MenuHomeFreeBSD

D31044.diff
No OneTemporary

D31044.diff

diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -6,7 +6,12 @@
PACKAGE=rescue
MAN=
MK_SSP= no
+# Static-PIE is not supported so we should not be linking against _pie.a libs.
+# This is also needed to avoid linking against sanitizer-instrumented libraries
+# since MK_ASAN/MK_UBSAN will instrument the .pieo object files.
+MK_PIE= no
NO_SHARED= yes
+CRUNCH_BUILDOPTS+= MK_PIE=no NO_SHARED=yes
PROG= rescue
BINDIR?=/rescue

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 6:51 PM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15772150
Default Alt Text
D31044.diff (503 B)

Event Timeline