mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +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 \
|
netgraph \
|
||||||
ngatm \
|
ngatm \
|
||||||
nv \
|
nv \
|
||||||
|
nvpair \
|
||||||
opie \
|
opie \
|
||||||
pam \
|
pam \
|
||||||
panel \
|
panel \
|
||||||
@ -152,16 +153,22 @@ _LIBRARIES= \
|
|||||||
ufs \
|
ufs \
|
||||||
ugidfw \
|
ugidfw \
|
||||||
ulog \
|
ulog \
|
||||||
|
umem \
|
||||||
usb \
|
usb \
|
||||||
usbhid \
|
usbhid \
|
||||||
util \
|
util \
|
||||||
|
uutil \
|
||||||
vmmapi \
|
vmmapi \
|
||||||
wind \
|
wind \
|
||||||
wrap \
|
wrap \
|
||||||
xo \
|
xo \
|
||||||
y \
|
y \
|
||||||
ypclnt \
|
ypclnt \
|
||||||
z
|
z \
|
||||||
|
zfs_core \
|
||||||
|
zfs \
|
||||||
|
zpool \
|
||||||
|
|
||||||
|
|
||||||
# Each library's LIBADD needs to be duplicated here for static linkage of
|
# Each library's LIBADD needs to be duplicated here for static linkage of
|
||||||
# 2nd+ order consumers. Auto-generating this would be better.
|
# 2nd+ order consumers. Auto-generating this would be better.
|
||||||
@ -273,6 +280,10 @@ _DP_smb= kiconv
|
|||||||
_DP_ulog= md
|
_DP_ulog= md
|
||||||
_DP_fifolog= z
|
_DP_fifolog= z
|
||||||
_DP_ipf= kvm
|
_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
|
# Define special cases
|
||||||
LDADD_supcplusplus= -lsupc++
|
LDADD_supcplusplus= -lsupc++
|
||||||
|
Loading…
Reference in New Issue
Block a user