diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2025-12-08 12:21:26 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2025-12-08 12:21:26 +0000 |
| commit | 2f6c77cd6f08b9bb646e038e3211b0ad21a2c012 (patch) | |
| tree | ab9a4addd05a9a63ecec3b27d35c4317bf1f0385 | |
| parent | de670c611b17939712a81dc56f73a3ff84f6c178 (diff) | |
zfs: unbreak build after 89f729dcc merge
Link zfsd against spl and pthread
| -rw-r--r-- | cddl/usr.sbin/zfsd/Makefile.common | 2 | ||||
| -rw-r--r-- | cddl/usr.sbin/zfsd/Makefile.depend | 1 |
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 \ |
