1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

zdb: Chase a missing library dependency

Fixes:	75e1fea68a ("zfs: merge openzfs/zfs@1147a2797")
This commit is contained in:
Mark Johnston 2024-07-18 09:57:38 -04:00
parent 257e70f1d5
commit 2aeb3e204a

View File

@ -22,7 +22,7 @@ CFLAGS+= \
-include ${ZFSTOP}/include/os/freebsd/spl/sys/ccompile.h \
-DHAVE_ISSETUGID
LIBADD= nvpair umem uutil zdb zfs spl avl zutil zpool crypto
LIBADD= nvpair umem uutil zdb zfs_core zfs spl avl zutil zpool crypto
CFLAGS.gcc+= -fms-extensions
# Since there are many asserts in this program, it makes no sense to compile