elfutils: fix +debuginfod again with new libarchive versions (#40314)
This commit is contained in:
parent
215c699307
commit
3108036533
@ -85,10 +85,10 @@ class Elfutils(AutotoolsPackage, SourcewarePackage):
|
||||
|
||||
provides("elf@1")
|
||||
|
||||
# libarchive with iconv doesn't configure.
|
||||
# libarchive with iconv doesn't configure (still broken as of libarchive@3.7.1)
|
||||
# see https://github.com/spack/spack/issues/36710
|
||||
# and https://github.com/libarchive/libarchive/issues/1819
|
||||
conflicts("^libarchive@3.6.2 +iconv", when="+debuginfod")
|
||||
conflicts("^libarchive +iconv", when="+debuginfod")
|
||||
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=24964
|
||||
conflicts("%apple-clang")
|
||||
|
Loading…
Reference in New Issue
Block a user