mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
HBSD: Add librt from /usr/lib to ObsoleteFiles.inc
Signed-off-by: Shawn Webb <shawn@opnsense.org> (cherry picked from commit 988e0b9eee28359697984d1e05efb1099e6f4f4d)
This commit is contained in:
parent
aac833acf7
commit
13b7766b60
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@
|
|||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20170123: librt moves to /lib
|
||||
OLD_LIBS+=usr/lib/librt.a
|
||||
OLD_LIBS+=usr/lib/librt.so.1
|
||||
OLD_LIBS+=usr/lib/librt_p.a
|
||||
# 20160703: POSIXify locales with variants
|
||||
OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_COLLATE
|
||||
OLD_FILES+=usr/share/locale/zh_Hant_TW.UTF-8/LC_CTYPE
|
||||
|
|
|
|||
Loading…
Reference in a new issue