From 3668e1fa0a50562f58508565bdde0bdb83e0b475 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 20 Feb 2024 17:13:26 +0200 Subject: [PATCH] libsys: disable ssp Reviewed by: brooks, imp Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D43985 --- lib/libsys/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libsys/Makefile b/lib/libsys/Makefile index 668c263c506..5e8c39deb46 100644 --- a/lib/libsys/Makefile +++ b/lib/libsys/Makefile @@ -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}