The apparmor parser build fails when bison 3 is used. The following patch is needed to fix the build.
patch from: Arkadiusz Miśkiewicz <[email protected]> Signed-off-by: John Johansen <[email protected]> === modified file 'parser/libapparmor_re/parse.y' --- parser/libapparmor_re/parse.y 2012-02-24 12:20:46 +0000 +++ parser/libapparmor_re/parse.y 2013-11-05 13:45:07 +0000 @@ -57,6 +57,7 @@ %pure-parser /* %error-verbose */ +%lex-param {YYLEX_PARAM} %parse-param {Node **root} %parse-param {const char *text} %name-prefix = "regex_" -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
