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: da77a1b4f0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user