]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
libsubid: fix build with libcrack 396/head
authorMike Gilbert <floppym@gentoo.org>
Mon, 2 Aug 2021 15:51:44 +0000 (11:51 -0400)
committerMike Gilbert <floppym@gentoo.org>
Mon, 2 Aug 2021 16:00:48 +0000 (12:00 -0400)
Fixes a link failure:

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

Bug: https://bugs.gentoo.org/806124
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
libsubid/Makefile.am

index 8bba02ab4878a02e2ba086ffabf021dc47b38bc0..bfc982efa55f93a520e02dabb39013cb1eb1fb7a 100644 (file)
@@ -11,6 +11,7 @@ MISCLIBS = \
        $(LIBAUDIT) \
        $(LIBSELINUX) \
        $(LIBSEMANAGE) \
+       $(LIBCRACK) \
        $(LIBCRYPT_NOPAM) \
        $(LIBSKEY) \
        $(LIBMD) \