diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-24 17:04:42 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-24 18:48:20 +0900 |
| commit | 6c2ca507b92c5cbe1abc03f5a24e037af5812e57 (patch) | |
| tree | d05d80395939eadbb5ad78a6baa426b3b80b7afb /internal/rosa/package/iproute2.az | |
| parent | 1a8212ee02248c8a75472486f15f88ba3f7bc9b0 (diff) | |
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>
Diffstat (limited to 'internal/rosa/package/iproute2.az')
| -rw-r--r-- | internal/rosa/package/iproute2.az | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/package/iproute2.az b/internal/rosa/package/iproute2.az index 2804ebab..c759fec6 100644 --- a/internal/rosa/package/iproute2.az +++ b/internal/rosa/package/iproute2.az @@ -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, |
