mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
libzutil depends on libnvpair
libzutil depends on libnvpair, but this dependency is undeclared in the build system. Therefore it isn't possible to make a new command that depends on libzutil, but does not (directly) depend on libnvpair. This commit makes this dependency explicit. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reivewed-by: Ryan Moeller <freqlabs@FreeBSD.org> Signed-off-by: Matthew Ahrens <mahrens@delphix.com> Closes #10915
This commit is contained in:
committed by
Brian Behlendorf
parent
29bc31f62f
commit
645ca45a13
@@ -40,6 +40,7 @@ libzutil_la_SOURCES = $(USER_C)
|
||||
libzutil_la_LIBADD = \
|
||||
$(abs_top_builddir)/lib/libavl/libavl.la \
|
||||
$(abs_top_builddir)/lib/libtpool/libtpool.la \
|
||||
$(abs_top_builddir)/lib/libnvpair/libnvpair.la \
|
||||
$(abs_top_builddir)/lib/libspl/libspl.la
|
||||
|
||||
if BUILD_LINUX
|
||||
|
||||
Reference in New Issue
Block a user