binutils: Add missing texinfo dependency (#15444)
This commit is contained in:
parent
a9a59ea3b4
commit
e01817cb15
@ -47,6 +47,10 @@ class Binutils(AutotoolsPackage, GNUMirrorPackage):
|
|||||||
depends_on('m4', type='build', when='@:2.29.99 +gold')
|
depends_on('m4', type='build', when='@:2.29.99 +gold')
|
||||||
depends_on('bison', type='build', when='@:2.29.99 +gold')
|
depends_on('bison', type='build', when='@:2.29.99 +gold')
|
||||||
|
|
||||||
|
# 2.34 needs makeinfo due to a bug, see:
|
||||||
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=25491
|
||||||
|
depends_on('texinfo', type='build', when='@2.34')
|
||||||
|
|
||||||
conflicts('+gold', when='platform=darwin',
|
conflicts('+gold', when='platform=darwin',
|
||||||
msg="Binutils cannot build linkers on macOS")
|
msg="Binutils cannot build linkers on macOS")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user