CONFIG: add older bison version 2.7 (#3645)
- for programs that don't yet work with bison 3.x
This commit is contained in:
parent
d59ceba9c5
commit
832f932310
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Bison(AutotoolsPackage):
|
||||||
url = "http://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz"
|
url = "http://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz"
|
||||||
|
|
||||||
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
|
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
|
||||||
|
version('2.7', 'ded660799e76fb1667d594de1f7a0da9')
|
||||||
|
|
||||||
depends_on('m4', type=('build', 'run'))
|
depends_on('m4', type=('build', 'run'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue