mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Fix location of libtpool.so.2 after 5c1ba994a8
Commit5c1ba994a8inadvertently moved the installed location of a shared library. Move it back. Reported by: olivier Tested by: olivier Fixes:5c1ba994a8Sponsored by: ConnectWise
This commit is contained in:
parent
e0c2d73775
commit
b5962a1837
2 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,9 @@
|
|||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20250626: For 11 days 15.0-CURRENT installed libtpool to the wrong location
|
||||
MOVED_LIBS+=usr/lib/libtpool.so.2
|
||||
|
||||
# 20250626: replace yaml.lua with lyaml
|
||||
OLD_FILES+=usr/share/flua/yaml.lua
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
|
||||
LIB= tpool
|
||||
SHLIBDIR?= /lib
|
||||
LIBADD= spl
|
||||
PACKAGE= libzfs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue