git: 3668e1fa0a50 - main - libsys: disable ssp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 00:29:26 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=3668e1fa0a50562f58508565bdde0bdb83e0b475
commit 3668e1fa0a50562f58508565bdde0bdb83e0b475
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-02-20 15:13:26 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-02-21 00:26:11 +0000
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 668c263c506f..5e8c39deb463 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}