summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2007-11-29 21:49:08 +0000
committerbrooks <brooks@FreeBSD.org>2007-11-29 21:49:08 +0000
commit03d7b4429720c8fe83c026a53ce6a2bf8d425ee7 (patch)
treed6ac50cac4c59e560df564ca77b50dcdb73505d7 /ObsoleteFiles.inc
parente21400d5a1665756d4dc6788a651de14958b30fe (diff)
downloadFreeBSD-src-03d7b4429720c8fe83c026a53ce6a2bf8d425ee7.zip
FreeBSD-src-03d7b4429720c8fe83c026a53ce6a2bf8d425ee7.tar.gz
To reduce the impact of possible removal of the syscalls required by
libkse in FreeBSD 8.0, do not build or install static versions of libkse (i.e. libkse*.a) in the default case. Static versions will be built and installed if libthr is not built or if libkse is the default threading library. Discussed on: freebsd-arch MFC after: 3 days
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index b758135..6ac39ac 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,12 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20071129: Disabled static versions of libkse by default
+.if ${DEFAULT_THREAD_LIB} != "libkse" && ${MK_LIBTHR} != "no"
+OLD_FILES+=usr/lib/libkse.a
+OLD_FILES+=usr/lib/libkse_p.a
+OLD_FILES+=usr/lib/libkse_pic.a
+.endif
# 20071129: Removed a Solaris compatibility header
OLD_FILES+=usr/include/sys/_elf_solaris.h
# 20071108: Removed very crunch OLDCARD support file
OpenPOWER on IntegriCloud