aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2024-04-22 18:43:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2024-04-22 18:46:45 +0000
commit911a6479e18bcaa7010c7328f491ea338c5f381c (patch)
treead7711b95ce12f1bd964c0ded154272f866f4020 /ObsoleteFiles.inc
parent76a8625bc71da3fa63eef5abb4782553d2588f5c (diff)
downloadsrc-911a6479e18bcaa7010c7328f491ea338c5f381c.tar.gz
src-911a6479e18bcaa7010c7328f491ea338c5f381c.zip
libcxxrt: define SHLIBDIR before including bsd.own.mk
Otherwise bsd.own.mk overrides it, causing libcxxrt.so.1 to be erroneously installed into /usr/lib. Also add an ObsoleteFiles.inc entry, for removing the bad copy. Reported by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Fixes: da77a1b4f0df
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 8a9cf20beef5..a4301ebdab41 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20240422: remove improperly installed libcxxrt.so.1
+OLD_LIBS+=usr/lib/libcxxrt.so.1
+
# 20240414: unix_socketpair_test renamed
OLD_FILES+=usr/tests/sys/kern/unix_socketpair_test