Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159571773
D31044.id91873.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
535 B
Referenced Files
None
Subscribers
None
D31044.id91873.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D31044: Fix building rescue/rescue when sanitizers are enabled
Attached
Detach File
Event Timeline
Log In to Comment