mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
PACKAGE=rescue
|
||||
MAN=
|
||||
MK_SSP= no
|
||||
NO_SHARED= yes
|
||||
|
||||
PROG= rescue
|
||||
BINDIR?=/rescue
|
||||
|
|
|
|||
Loading…
Reference in a new issue