Skip to content

Commit

Permalink
Avoid referencing private lib names directly.
Browse files Browse the repository at this point in the history
Sponsored by:	Dell EMC Isilon
  • Loading branch information
bdrewery committed Nov 10, 2017
1 parent fe700bc commit 0af2eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rescue/rescue/Makefile
Expand Up @@ -193,7 +193,7 @@ CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat

CRUNCH_PROGS_usr.bin+= zstd
CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt
CRUNCH_LIBS+= -lprivatezstd
CRUNCH_LIBS+= ${LDADD_zstd}

CRUNCH_PROGS_usr.bin+= tar
CRUNCH_LIBS+= -larchive
Expand Down
2 changes: 1 addition & 1 deletion tools/bsdbox/Makefile
Expand Up @@ -72,7 +72,7 @@ CRUNCH_SRCDIRS+= sbin

CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec
# Don't forget this - ifconfig, etc -adrian
CRUNCH_LIBS+= -lprivateifconfig
CRUNCH_LIBS+= ${LDADD_ifconfig}
CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs

##################################################################
Expand Down

0 comments on commit 0af2eb6

Please sign in to comment.