fix up r354804, link zstreamdump with libzfs

Since r354804 libzpool depends on libzfs for get_system_hostid symbol.
Except for zstreamdump, all binaries linked with libzpool were already
linked with libzfs.  So, zstreamdump is the only fall-out.

It's interesting that on amd64 not only I was able to successfully build
zstreamdump, I am able to run it despite having the unresolved symbol in
libzpool.

MFC after:	4 weeks
X-MFC with:	r354804
This commit is contained in:
Andriy Gapon 2019-11-18 10:34:27 +00:00
parent dfe91e5e34
commit 2d54db4cc9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354806

View file

@ -16,7 +16,7 @@ CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/head
LIBADD= m nvpair umem zpool pthread z avl
LIBADD= m nvpair umem zpool zfs pthread z avl
CSTD= c99