]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cddl: fix missing ZFS library dependencies
authorGreg V <greg@unrelenting.technology>
Sat, 16 Oct 2021 16:29:28 +0000 (19:29 +0300)
committerMark Johnston <markj@FreeBSD.org>
Mon, 15 Nov 2021 14:42:07 +0000 (09:42 -0500)
commit9e9c651caceb9ecd17131e8bb29791ba4cf1cec7
tree60f63b9d548fa06b8a62fa174e130b0df3081124
parentfb41143324635477f4e21af3f89d626b730fc053
cddl: fix missing ZFS library dependencies

In 9fae47666 zfsd got a libspl dependency to avoid undefined references.
However that workaround did not help external consumers of libzfs_core.

Fix all missing dependencies lld 13 and the rtld complain about.

Reviewed by: freqlabs, markj
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D32521
Makefile.inc1
cddl/lib/Makefile
cddl/lib/libavl/Makefile
cddl/lib/libnvpair/Makefile
cddl/lib/libzfs_core/Makefile
cddl/lib/libzutil/Makefile
cddl/usr.sbin/zfsd/Makefile.common
share/mk/src.libnames.mk