binutils: add build dep: diffutils (provides cmp
) (#18361)
This commit is contained in:
parent
b006123331
commit
9befc43708
@ -44,6 +44,7 @@ class Binutils(AutotoolsPackage, GNUMirrorPackage):
|
||||
patch('update_symbol-2.26.patch', when='@2.26')
|
||||
|
||||
depends_on('zlib')
|
||||
depends_on('diffutils', type='build')
|
||||
depends_on('gettext', when='+nls')
|
||||
|
||||
# Prior to 2.30, gold did not distribute the generated files and
|
||||
|
Loading…
Reference in New Issue
Block a user