logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

shadow-4.9-libcrack.patch (738B)


  1. From 6becc82e262205f8a23bf9fe1127af57286826ee Mon Sep 17 00:00:00 2001
  2. From: Mike Gilbert <floppym@gentoo.org>
  3. Date: Mon, 2 Aug 2021 11:51:44 -0400
  4. Subject: [PATCH] libsubid: fix build with libcrack
  5. Fixes a link failure:
  6. ../libsubid/.libs/libsubid.so: undefined reference to `FascistCheck'
  7. Bug: https://bugs.gentoo.org/806124
  8. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
  9. ---
  10. libsubid/Makefile.am | 1 +
  11. 1 file changed, 1 insertion(+)
  12. diff --git a/libsubid/Makefile.am b/libsubid/Makefile.am
  13. index 8bba02ab..bfc982ef 100644
  14. --- a/libsubid/Makefile.am
  15. +++ b/libsubid/Makefile.am
  16. @@ -11,6 +11,7 @@ MISCLIBS = \
  17. $(LIBAUDIT) \
  18. $(LIBSELINUX) \
  19. $(LIBSEMANAGE) \
  20. + $(LIBCRACK) \
  21. $(LIBCRYPT_NOPAM) \
  22. $(LIBSKEY) \
  23. $(LIBMD) \