summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-05-28 08:58:55 +0200
committerGitHub <noreply@github.com>2025-05-28 08:58:55 +0200
commitc7a24a87ba912478ee34a70d375c613283496d55 (patch)
tree1244c5cfc65cd5bbd2d987f77bed877579dc0b68
parent29f65965ae283693ed515c678ffb932908be4b65 (diff)
parent3b44daa55f8ba6f153e1bdc43b37feb564689972 (diff)
downloadvyos-build-c7a24a87ba912478ee34a70d375c613283496d55.tar.gz
vyos-build-c7a24a87ba912478ee34a70d375c613283496d55.zip
Merge pull request #968 from sever-sever/T7494
T7494: FRR add missing build bison and liblua dependencies
-rw-r--r--scripts/package-build/frr/package.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/package-build/frr/package.toml b/scripts/package-build/frr/package.toml
index 8ff35777..72154977 100644
--- a/scripts/package-build/frr/package.toml
+++ b/scripts/package-build/frr/package.toml
@@ -33,5 +33,7 @@ packages = [
"python3-dev:native",
"texinfo",
"lua5.3",
- "doxygen"
+ "doxygen",
+ "bison",
+ "liblua5.3-dev"
]