mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Support all of the CDDL/ZFS libraries for LIBADD.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
7aab86d59d
commit
3530922240
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291736
@ -121,6 +121,7 @@ _LIBRARIES= \
|
||||
netgraph \
|
||||
ngatm \
|
||||
nv \
|
||||
nvpair \
|
||||
opie \
|
||||
pam \
|
||||
panel \
|
||||
@ -152,16 +153,22 @@ _LIBRARIES= \
|
||||
ufs \
|
||||
ugidfw \
|
||||
ulog \
|
||||
umem \
|
||||
usb \
|
||||
usbhid \
|
||||
util \
|
||||
uutil \
|
||||
vmmapi \
|
||||
wind \
|
||||
wrap \
|
||||
xo \
|
||||
y \
|
||||
ypclnt \
|
||||
z
|
||||
z \
|
||||
zfs_core \
|
||||
zfs \
|
||||
zpool \
|
||||
|
||||
|
||||
# Each library's LIBADD needs to be duplicated here for static linkage of
|
||||
# 2nd+ order consumers. Auto-generating this would be better.
|
||||
@ -273,6 +280,10 @@ _DP_smb= kiconv
|
||||
_DP_ulog= md
|
||||
_DP_fifolog= z
|
||||
_DP_ipf= kvm
|
||||
_DP_zfs= md pthread umem util uutil m nvpair avl bsdxml geom nvpair z \
|
||||
zfs_core
|
||||
_DP_zfs_core= nvpair
|
||||
_DP_zpool= md pthread z nvpair avl umem
|
||||
|
||||
# Define special cases
|
||||
LDADD_supcplusplus= -lsupc++
|
||||
|
Loading…
Reference in New Issue
Block a user