libzfs: Add missing crypto dependency

libzfs_crypto.c uses PKCS5_PBKDF2_HMAC_SHA1 from libcrypto.

Reported by:	John Kennedy
Sponsored by:	iXsystems, Inc.
This commit is contained in:
Ryan Moeller 2020-08-27 13:05:41 +00:00
parent d96e599643
commit 40d0fd2875
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364861
2 changed files with 16 additions and 2 deletions

View File

@ -12,7 +12,21 @@
PACKAGE= runtime
LIB= zfs
LIBADD= md pthread umem util uutil m avl bsdxml geom nvpair z zfs_core zutil
LIBADD= \
avl \
bsdxml \
crypto \
geom \
m \
md \
nvpair \
pthread \
umem \
util \
uutil \
z \
zfs_core \
zutil
INCS= libzfs.h
USER_C = \

View File

@ -382,7 +382,7 @@ _DP_fifolog= z
_DP_ipf= kvm
_DP_tpool= spl
_DP_uutil= avl spl
_DP_zfs= md pthread umem util uutil m avl bsdxml geom nvpair \
_DP_zfs= md pthread umem util uutil m avl bsdxml crypto geom nvpair \
z zfs_core zutil
_DP_zfs_core= nvpair
_DP_zpool= md pthread z icp spl nvpair avl umem