Skip to content

Commit

Permalink
Fix the roothack build
Browse files Browse the repository at this point in the history
CURRENT as of r362452 and STABLE as of r36291 need to link against
libmd, as will the upcoming 12.2 and 13.0 releases.

This fixes the issue raised in mmatuska#111.
  • Loading branch information
tomhukins committed Sep 14, 2020
1 parent 24798f3 commit 2d0dd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/roothack/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROG= roothack
MAN=

LDADD= -larchive -lbz2 -lz -llzma -lcrypto -lbsdxml
LDADD= -larchive -lbz2 -lz -llzma -lcrypto -lbsdxml -lmd

NO_SHARED=

Expand Down

0 comments on commit 2d0dd9f

Please sign in to comment.