Skip to content

Commit

Permalink
[elfutils] iconv is required (see ./configure --help)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed May 5, 2023
1 parent 35d1240 commit 1db3c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/elfutils/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit 1db3c3a

Please sign in to comment.