Relax requirements on binutils for Extrae recipe
This commit is contained in:
parent
55f03533cb
commit
32288c9587
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ class Extrae(AutotoolsPackage):
|
|||
depends_on("elf", type="link")
|
||||
depends_on("libxml2")
|
||||
depends_on("numactl")
|
||||
depends_on("binutils+libiberty@:2.33")
|
||||
depends_on("binutils+libiberty@:2.33", when="@:4.0.1")
|
||||
depends_on("binutils+libiberty", when="@4.0.2:")
|
||||
depends_on("gettext")
|
||||
# gettext dependency added to find -lintl
|
||||
# https://www.gnu.org/software/gettext/FAQ.html#integrating_undefined
|
||||
|
|
Loading…
Reference in a new issue