aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2025-12-08 12:21:26 +0000
committerMartin Matuska <mm@FreeBSD.org>2025-12-08 12:21:26 +0000
commit2f6c77cd6f08b9bb646e038e3211b0ad21a2c012 (patch)
treeab9a4addd05a9a63ecec3b27d35c4317bf1f0385
parentde670c611b17939712a81dc56f73a3ff84f6c178 (diff)
zfs: unbreak build after 89f729dcc merge
Link zfsd against spl and pthread
-rw-r--r--cddl/usr.sbin/zfsd/Makefile.common2
-rw-r--r--cddl/usr.sbin/zfsd/Makefile.depend1
2 files changed, 2 insertions, 1 deletions
diff --git a/cddl/usr.sbin/zfsd/Makefile.common b/cddl/usr.sbin/zfsd/Makefile.common
index 1bade90d140f..b8d5db0ee6e2 100644
--- a/cddl/usr.sbin/zfsd/Makefile.common
+++ b/cddl/usr.sbin/zfsd/Makefile.common
@@ -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" \) \
diff --git a/cddl/usr.sbin/zfsd/Makefile.depend b/cddl/usr.sbin/zfsd/Makefile.depend
index 64528ed3f4cb..9c040a0e10af 100644
--- a/cddl/usr.sbin/zfsd/Makefile.depend
+++ b/cddl/usr.sbin/zfsd/Makefile.depend
@@ -16,6 +16,7 @@ DIRDEPS = \
lib/libexpat \
lib/libgeom \
lib/libsbuf \
+ lib/libspl \
lib/libutil \
lib/msun \