git: 900a792250c2 - main - Remove usr/lib/libssp.a.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jan 2022 22:49:54 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=900a792250c2e8824ce7ebc49fef59ba6e82c9a4 commit 900a792250c2e8824ce7ebc49fef59ba6e82c9a4 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-01-13 22:49:14 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-01-13 22:49:14 +0000 Remove usr/lib/libssp.a. GNU's libssp installed this (in addition to libssp_nonshared.a), but the libc-based libssp does not. Reviewed by: kevans, emaste Fixes: cd0d51baaa45 Provide libssp based on libc Sponsored by: The University of Cambridge, Google Inc. Differential Revision: https://reviews.freebsd.org/D33852 --- ObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 7c0dfe8b0397..4febe214df46 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -6380,6 +6380,7 @@ OLD_FILES+=usr/include/ssp/stdio.h OLD_FILES+=usr/include/ssp/string.h OLD_FILES+=usr/include/ssp/unistd.h OLD_DIRS+=usr/include/ssp +OLD_FILES+=usr/lib/libssp.a # 20191229: GEOM_SCHED class and gsched tool removed OLD_LIBS+=lib/geom/geom_sched.so