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:
Ed Maste 2018-11-19 22:18:18 +00:00
parent c7a20141cc
commit 06cf1308e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340652

View File

@ -6,6 +6,7 @@
PACKAGE=rescue
MAN=
MK_SSP= no
NO_SHARED= yes
PROG= rescue
BINDIR?=/rescue