zfs: unbreak build after 89f729dcc merge

Link zfsd against spl and pthread
This commit is contained in:
Martin Matuska
2025-12-08 13:21:26 +01:00
parent de670c611b
commit 2f6c77cd6f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ CFLAGS+= -I${SRCTOP}/cddl/usr.sbin
CFLAGS+= -DHAVE_ISSETUGID
CFLAGS+= -DHAVE_EXECVPE
LIBADD+= devdctl zfs util geom bsdxml sbuf nvpair avl zutil
LIBADD+= devdctl zfs util geom bsdxml sbuf nvpair avl zutil spl pthread
cscope:
find ${.CURDIR} -type f -a \( -name "*.[ch]" -o -name "*.cc" \) \
+1
View File
@@ -16,6 +16,7 @@ DIRDEPS = \
lib/libexpat \
lib/libgeom \
lib/libsbuf \
lib/libspl \
lib/libutil \
lib/msun \