rescue: set NO_SHARED in Makefile
The rescue binary is built statically via the Makefile generated by crunchgen, but that does not trigger other shared/static logic in bsd.prog.mk - in particular disabling retpolineplt with static linking. PR: 233336 Reported by: Charlie Li Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c7a20141cc
commit
06cf1308e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340652
@ -6,6 +6,7 @@
|
||||
PACKAGE=rescue
|
||||
MAN=
|
||||
MK_SSP= no
|
||||
NO_SHARED= yes
|
||||
|
||||
PROG= rescue
|
||||
BINDIR?=/rescue
|
||||
|
Loading…
Reference in New Issue
Block a user