elfutils: fix +debuginfod again with new libarchive versions (#40314)

This commit is contained in:
Jordan Galby 2023-10-09 14:17:58 +02:00 committed by GitHub
parent 215c699307
commit 3108036533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")