Add missing dependencies to flex. (#13692)
This commit is contained in:
parent
2b6c4245d0
commit
1ae824737e
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class Flex(AutotoolsPackage):
|
||||||
depends_on('bison', type='build')
|
depends_on('bison', type='build')
|
||||||
depends_on('gettext@0.19:', type='build')
|
depends_on('gettext@0.19:', type='build')
|
||||||
depends_on('help2man', type='build')
|
depends_on('help2man', type='build')
|
||||||
|
depends_on('findutils', type='build')
|
||||||
|
depends_on('diffutils', type='build')
|
||||||
|
|
||||||
# Older tarballs don't come with a configure script and the patch for
|
# Older tarballs don't come with a configure script and the patch for
|
||||||
# 2.6.4 touches configure
|
# 2.6.4 touches configure
|
||||||
|
|
Loading…
Reference in a new issue