mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Decreases the bison requirement from 3.0.4 to 3.0.2
Version 3.0.2 seems to be the default package on Ubuntu. Reported by Andrei Belov - @defanator.
This commit is contained in:
parent
721f951154
commit
b9507e3969
@ -1,5 +1,5 @@
|
|||||||
%skeleton "lalr1.cc" /* -*- C++ -*- */
|
%skeleton "lalr1.cc" /* -*- C++ -*- */
|
||||||
%require "3.0.4"
|
%require "3.0.2"
|
||||||
%defines
|
%defines
|
||||||
%define parser_class_name {seclang_parser}
|
%define parser_class_name {seclang_parser}
|
||||||
%define api.token.constructor
|
%define api.token.constructor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user