linux-pam: add missing libtirpc dep (#42976)
This commit is contained in:
parent
a574f40732
commit
34571d4ad6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user