[elfutils] iconv is required (see ./configure --help) (#37464)

This commit is contained in:
Chris Green 2023-05-05 23:16:03 -05:00 committed by GitHub
parent fa7719a031
commit d6bf9bc8f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ class Elfutils(AutotoolsPackage, SourcewarePackage):
depends_on("zstd", type="link", when="@0.182:")
depends_on("gettext", when="+nls")
depends_on("iconv")
depends_on("m4", type="build")
depends_on("pkgconfig@0.9.0:", type=("build", "link"))