libsys: disable ssp

Reviewed by:	brooks, imp
Sponsored by:	The FreeBSD Foundation
Differential revision:	https://reviews.freebsd.org/D43985
This commit is contained in:
Konstantin Belousov 2024-02-20 17:13:26 +02:00
parent fe920a4f2f
commit 3668e1fa0a

View file

@ -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}