binutils: add build dep: diffutils (provides cmp) (#18361)

This commit is contained in:
eugeneswalker 2020-08-28 11:31:43 -07:00 committed by GitHub
parent b006123331
commit 9befc43708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ class Binutils(AutotoolsPackage, GNUMirrorPackage):
patch('update_symbol-2.26.patch', when='@2.26') patch('update_symbol-2.26.patch', when='@2.26')
depends_on('zlib') depends_on('zlib')
depends_on('diffutils', type='build')
depends_on('gettext', when='+nls') depends_on('gettext', when='+nls')
# Prior to 2.30, gold did not distribute the generated files and # Prior to 2.30, gold did not distribute the generated files and