zfs: unbreak build after 89f729dcc merge
Link zfsd against spl and pthread
This commit is contained in:
@@ -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" \) \
|
||||
|
||||
@@ -16,6 +16,7 @@ DIRDEPS = \
|
||||
lib/libexpat \
|
||||
lib/libgeom \
|
||||
lib/libsbuf \
|
||||
lib/libspl \
|
||||
lib/libutil \
|
||||
lib/msun \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user