mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
ObsoleteFiles.inc: Add an entry for libdtrace.so.2 in /usr/lib
There was a window between commits4ae6991228
("dtrace: Add WITH_DTRACE_ASAN") and848ff9bc1b
("libdtrace: Explicitly set SHLIBDIR and SHLIB_MAJOR") where libdtrace.so.2 was being installed to /usr/lib instead of /lib.
This commit is contained in:
parent
6de0222840
commit
5fd1da4d85
@ -52,6 +52,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20230802: Remove a copy of libdtrace.so installed to the wrong path
|
||||
OLD_FILES+=usr/lib/libdtrace.so.2
|
||||
|
||||
# 20230726: Removal of support for the VTOC8 partitioning scheme
|
||||
OLD_FILES+=usr/include/sys/disk/vtoc.h
|
||||
OLD_FILES+=usr/include/sys/vtoc.h
|
||||
|
Loading…
Reference in New Issue
Block a user