Skip to content

Commit

Permalink
rescue: Remove useless linking with libl
Browse files Browse the repository at this point in the history
  • Loading branch information
evadot committed Mar 24, 2020
1 parent 7dc0524 commit 118eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rescue/rescue/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
ed expr getfacl hostname kenv kill ln ls mkdir mv \
pkill ps pwd realpath rm rmdir setfacl sh sleep stty \
sync test
CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ll -ltermcapw -lutil -lxo
CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ltermcapw -lutil -lxo
CRUNCH_BUILDTOOLS+= bin/sh

# Additional options for specific programs
Expand Down

0 comments on commit 118eb64

Please sign in to comment.