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-libsubid_pam_linking.patch (706B)


  1. From f4a84efb468b8be21be124700ce35159c444e9d6 Mon Sep 17 00:00:00 2001
  2. From: Xi Ruoyao <xry111@mengyan1223.wang>
  3. Date: Fri, 23 Jul 2021 14:38:08 +0800
  4. Subject: [PATCH] libsubid: link to PAM libraries
  5. libsubid.so links to libmisc.a, which contains several routines referring to
  6. PAM functions.
  7. ---
  8. libsubid/Makefile.am | 3 ++-
  9. 1 file changed, 2 insertions(+), 1 deletion(-)
  10. diff --git a/libsubid/Makefile.am b/libsubid/Makefile.am
  11. index 189165b0..83051560 100644
  12. --- a/libsubid/Makefile.am
  13. +++ b/libsubid/Makefile.am
  14. @@ -16,7 +16,8 @@ MISCLIBS = \
  15. $(LIBCRYPT) \
  16. $(LIBACL) \
  17. $(LIBATTR) \
  18. - $(LIBTCB)
  19. + $(LIBTCB) \
  20. + $(LIBPAM)
  21. libsubid_la_LIBADD = \
  22. $(top_srcdir)/lib/libshadow.la \
  23. --
  24. 2.32.0