gdb: fix debuginfod for version 10 (#38058)
This commit is contained in:
parent
e43444cbb6
commit
d2436afb66
@ -84,7 +84,7 @@ class Gdb(AutotoolsPackage, GNUMirrorPackage):
|
||||
depends_on("source-highlight", when="+source-highlight")
|
||||
depends_on("ncurses", when="+tui")
|
||||
depends_on("gmp", when="@11.1:")
|
||||
depends_on("elfutils@0.178:+debuginfod", when="@11.1:+debuginfod")
|
||||
depends_on("elfutils@0.179:+debuginfod", when="@10.1:+debuginfod")
|
||||
|
||||
build_directory = "spack-build"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user