Skip to content

Commit bd78d81

Browse files
authored
Merge pull request #1000 from c-po/frr-build-fix
frr: T7663: add missing build dependencies libnl-3-dev & libpcre3-dev
2 parents ed69154 + a411efe commit bd78d81

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

scripts/package-build/frr/package.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ commit_id = "v3.4.2"
44
scm_url = "https://github.com/CESNET/libyang.git"
55
build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +"
66

7-
[[packages]]
8-
name = "rtrlib"
9-
commit_id = "v0.8.0"
10-
scm_url = "https://github.com/rtrlib/rtrlib.git"
11-
127
[[packages]]
138
name = "frr"
149
commit_id = "stable/10.2"
@@ -23,8 +18,10 @@ packages = [
2318
"libcap-dev",
2419
"libc-ares-dev",
2520
"libjson-c-dev",
21+
"libnl-3-dev",
2622
"librtr-dev",
2723
"libpam-dev",
24+
"libpcre3-dev",
2825
"libprotobuf-c-dev",
2926
"libpython3-dev:native",
3027
"python3-sphinx:native",

0 commit comments

Comments
 (0)