mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
zdb: Chase a missing library dependency
Fixes: 75e1fea68a
("zfs: merge openzfs/zfs@1147a2797")
This commit is contained in:
parent
257e70f1d5
commit
2aeb3e204a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user