mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
stand: Add comment about CFLAGS pollution
Add a note that veriexec / bearssl builds will pollute the CFLAGS in a way that's somewhat hard to fix, so I'm just noting it for now. Sponsored by: Netflix
This commit is contained in:
parent
84bf2bbbec
commit
37dabb06e2
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ SRCS+= explicit_bzero.c crc32_libkern.c
|
|||
.endif
|
||||
|
||||
.if ${MK_LOADER_VERIEXEC} == "yes" && ${MK_BEARSSL} == "yes"
|
||||
# XXX Note that these pollutes CFLAGS in a way that's not easy to fix
|
||||
.include "${SRCTOP}/lib/libbearssl/Makefile.libsa.inc"
|
||||
.include "${SRCTOP}/lib/libsecureboot/Makefile.libsa.inc"
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue