Page MenuHomeFreeBSD

D31044.1786490871.diff
No OneTemporary

Size
503 B
Referenced Files
None
Subscribers
None

D31044.1786490871.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
Tue, Aug 11, 11:27 PM (34 m, 2 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29397397
Default Alt Text
D31044.1786490871.diff (503 B)

Event Timeline