Page MenuHomeFreeBSD

D31044.id91873.diff
No OneTemporary

D31044.id91873.diff

Index: rescue/rescue/Makefile
===================================================================
--- rescue/rescue/Makefile
+++ 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
Tue, Jun 16, 7:30 PM (9 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34000977
Default Alt Text
D31044.id91873.diff (535 B)

Event Timeline