forked from rosa/hakurei
internal/rosa/package: byacc
Much cleaner than bison and compiles much faster. This should be used whenever possible. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -28,7 +28,7 @@ package iproute2 {
|
||||
"prefix": "/system";
|
||||
"color": "auto";
|
||||
};
|
||||
make = [ "CC=cc" ];
|
||||
make = [ "CC=cc", "YACC=yacc" ];
|
||||
// wants root
|
||||
skipCheck = true;
|
||||
};
|
||||
@@ -36,7 +36,7 @@ package iproute2 {
|
||||
inputs = [
|
||||
pkg-config,
|
||||
m4,
|
||||
bison,
|
||||
byacc,
|
||||
flex,
|
||||
|
||||
libbpf,
|
||||
|
||||
Reference in New Issue
Block a user