summaryrefslogtreecommitdiff
path: root/sys-apps/shadow/files/shadow-4.9-libcrack.patch
blob: 5c954feac1aec63ffab95042d0571f440a65531a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 6becc82e262205f8a23bf9fe1127af57286826ee Mon Sep 17 00:00:00 2001
From: Mike Gilbert <floppym@gentoo.org>
Date: Mon, 2 Aug 2021 11:51:44 -0400
Subject: [PATCH] libsubid: fix build with libcrack

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libsubid/Makefile.am b/libsubid/Makefile.am
index 8bba02ab..bfc982ef 100644
--- a/libsubid/Makefile.am
+++ b/libsubid/Makefile.am
@@ -11,6 +11,7 @@ MISCLIBS = \
 	$(LIBAUDIT) \
 	$(LIBSELINUX) \
 	$(LIBSEMANAGE) \
+	$(LIBCRACK) \
 	$(LIBCRYPT_NOPAM) \
 	$(LIBSKEY) \
 	$(LIBMD) \