Skip to content

Commit

Permalink
libsubid: fix build with libcrack
Browse files Browse the repository at this point in the history
Fixes a link failure:

  ../libsubid/.libs/libsubid.so: undefined reference to `FascistCheck'

Bug: https://bugs.gentoo.org/806124
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Aug 2, 2021
1 parent 065aae6 commit 6becc82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsubid/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ MISCLIBS = \
$(LIBAUDIT) \
$(LIBSELINUX) \
$(LIBSEMANAGE) \
$(LIBCRACK) \
$(LIBCRYPT_NOPAM) \
$(LIBSKEY) \
$(LIBMD) \
Expand Down

0 comments on commit 6becc82

Please sign in to comment.