libxcrypt: building @:4.4.17 requires automake@1.14:

This commit is contained in:
Brian Van Essen 2022-12-07 18:17:28 -08:00 committed by GitHub
parent 7ee4499f2b
commit ddc6e233c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,6 @@ def libs(self):
with when("@:4.4.17"): with when("@:4.4.17"):
depends_on("autoconf", type="build") depends_on("autoconf", type="build")
depends_on("automake", type="build") depends_on("automake@1.14:", type="build")
depends_on("libtool", type="build") depends_on("libtool", type="build")
depends_on("m4", type="build") depends_on("m4", type="build")