mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
libsys: disable ssp
Reviewed by: brooks, imp Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D43985
This commit is contained in:
parent
fe920a4f2f
commit
3668e1fa0a
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ LIBC_ARCH=${MACHINE_CPUARCH}
|
|||
LIB=sys
|
||||
SHLIB_MAJOR= 7
|
||||
WARNS?= 2
|
||||
MK_SSP= no
|
||||
|
||||
CFLAGS+=-I${LIBSYS_SRCTOP}/include -I${LIBC_SRCTOP}/include
|
||||
CFLAGS+=-I${LIBSYS_SRCTOP}/${LIBC_ARCH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue