]> git.ipfire.org Git - thirdparty/util-linux.git/commit
autotools: Properly order install dependencies of pam_lastlog2
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Jun 2024 09:23:53 +0000 (11:23 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 2 Jul 2024 09:45:04 +0000 (11:45 +0200)
commit578b6b71db7bb2fa4c28bf239547322d57273c9c
tree1a4000a31c828ab1a09bf0f8cede46f65081301a
parent0539b1ebd26f6a168b822374d7b167f8ef4a1997
autotools: Properly order install dependencies of pam_lastlog2

As pam_lastlog2 is relinked during installation, all its dependencies
need to already be installed.
This is the same issue that affected pylibmount which was fixed in
commit 324330aca644 ("build-sys: Properly order install dependencies of pylibmount").
Extend the logic added in that commit to also apply to pam_lastlog2.

Closes: #3011
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
(cherry picked from commit 20dc72d8c1f3a53c0408858f0046e1849644c710)
Makefile.am
configure.ac