linux-pam: add missing libtirpc dep (#42976)

This commit is contained in:
Harmen Stoppels 2024-03-04 19:29:25 +01:00 committed by GitHub
parent a574f40732
commit 34571d4ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,8 @@ class LinuxPam(AutotoolsPackage):
version("1.4.0", sha256="cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034")
version("1.3.1", sha256="eff47a4ecd833fbf18de9686632a70ee8d0794b79aecb217ebd0ce11db4cd0db")
depends_on("libtirpc")
depends_on("m4", type="build")
depends_on("autoconf", type="build")
depends_on("automake", type="build")