summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-11-12 16:13:27 -0600
committerGitHub <noreply@github.com>2024-11-12 16:13:27 -0600
commitdfd85da52fc853623abc4bf31430d7664663a1bd (patch)
tree5a30efe12a22aab43bcd2e5a23bb5869db45629f
parentac6314d380d270d379fc38c79e430ce2896de345 (diff)
parent15e1a133d0df7b80eca81f7a60af4b9af038bb3d (diff)
Merge pull request #17205 from piotrjurkiewicz/patch-1
debian: Add missing libprotobuf-dev to grpc profile
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4a02a36b71..a6289b2752 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,8 @@ Build-Depends: bison,
libgrpc-dev (>=1.16.1) <pkg.frr.grpc>,
libgrpc++-dev (>=1.16.1) <pkg.frr.grpc>,
protobuf-compiler (>=3.6.1) <pkg.frr.grpc>,
- protobuf-compiler-grpc (>=1.16.1) <pkg.frr.grpc>
+ protobuf-compiler-grpc (>=1.16.1) <pkg.frr.grpc>,
+ libprotobuf-dev (>=3.6.1) <pkg.frr.grpc>
Standards-Version: 4.5.0.3
Homepage: https://www.frrouting.org/
Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master