diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-28 19:52:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 19:52:11 +0200 |
| commit | bd78d813e31c23b1d75de3cc058484ce9ae3b0c9 (patch) | |
| tree | f38a0a8d612793bfd0cb1e5c1320bff0ea371bcf /scripts | |
| parent | ed69154b710e2ff21a9e7d0165fc475984557e09 (diff) | |
| parent | a411efebe1f1aa25f5f5c9d61e5beae117d880bb (diff) | |
| download | vyos-build-bd78d813e31c23b1d75de3cc058484ce9ae3b0c9.tar.gz vyos-build-bd78d813e31c23b1d75de3cc058484ce9ae3b0c9.zip | |
Merge pull request #1000 from c-po/frr-build-fix
frr: T7663: add missing build dependencies libnl-3-dev & libpcre3-dev
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/package-build/frr/package.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/package-build/frr/package.toml b/scripts/package-build/frr/package.toml index 002e9f50..669e64b8 100644 --- a/scripts/package-build/frr/package.toml +++ b/scripts/package-build/frr/package.toml @@ -5,11 +5,6 @@ scm_url = "https://github.com/CESNET/libyang.git" build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +" [[packages]] -name = "rtrlib" -commit_id = "v0.8.0" -scm_url = "https://github.com/rtrlib/rtrlib.git" - -[[packages]] name = "frr" commit_id = "stable/10.2" scm_url = "https://github.com/FRRouting/frr.git" @@ -23,8 +18,10 @@ packages = [ "libcap-dev", "libc-ares-dev", "libjson-c-dev", + "libnl-3-dev", "librtr-dev", "libpam-dev", + "libpcre3-dev", "libprotobuf-c-dev", "libpython3-dev:native", "python3-sphinx:native", |
