summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorTobias Fiebig <tobias+github@fiebig.nl>2023-11-15 09:47:13 +0100
committerGitHub <noreply@github.com>2023-11-15 09:47:13 +0100
commit931571bd486eb84042a4beb50412f5c7c21cbd9d (patch)
tree59c8cbe5539fe8dd84e60d34c9d7438387275619 /packages
parent369c66ea669af2bf3c5bcbefa006c03344607611 (diff)
downloadvyos-build-931571bd486eb84042a4beb50412f5c7c21cbd9d.tar.gz
vyos-build-931571bd486eb84042a4beb50412f5c7c21cbd9d.zip
T5689: Include librtr-dev in Debian dependencies to fix RPKI crash
This fixes FRR crashing on vtysh -c "show rpki $prefix" with the vyos build when librtr-dev was not available at FRR built time, see T5689.
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/frr/build-frr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frr/build-frr.sh b/packages/frr/build-frr.sh
index dc084ff..8be3cb4 100755
--- a/packages/frr/build-frr.sh
+++ b/packages/frr/build-frr.sh
@@ -30,7 +30,7 @@ if [ -d $PATCH_DIR ]; then
fi
echo "I: Ensure Debian build dependencies are met"
-sudo apt-get -y install chrpath gawk install-info libcap-dev libjson-c-dev
+sudo apt-get -y install chrpath gawk install-info libcap-dev libjson-c-dev librtr-dev
sudo apt-get -y install libpam-dev libprotobuf-c-dev libpython3-dev:native libsnmp-dev protobuf-c-compiler python3-dev:native texinfo lua5.3
# Build Debian FRR package