Avoid referencing private lib names directly.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
ae9f7248f9
commit
5fead429eb
@ -193,7 +193,7 @@ CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat
|
|||||||
|
|
||||||
CRUNCH_PROGS_usr.bin+= zstd
|
CRUNCH_PROGS_usr.bin+= zstd
|
||||||
CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt
|
CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt
|
||||||
CRUNCH_LIBS+= -lprivatezstd
|
CRUNCH_LIBS+= ${LDADD_zstd}
|
||||||
|
|
||||||
CRUNCH_PROGS_usr.bin+= tar
|
CRUNCH_PROGS_usr.bin+= tar
|
||||||
CRUNCH_LIBS+= -larchive
|
CRUNCH_LIBS+= -larchive
|
||||||
|
@ -72,7 +72,7 @@ CRUNCH_SRCDIRS+= sbin
|
|||||||
|
|
||||||
CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec
|
CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec
|
||||||
# Don't forget this - ifconfig, etc -adrian
|
# Don't forget this - ifconfig, etc -adrian
|
||||||
CRUNCH_LIBS+= -lprivateifconfig
|
CRUNCH_LIBS+= ${LDADD_ifconfig}
|
||||||
CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
|
CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user