summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jurkiewicz <piotr.jerzy.jurkiewicz@gmail.com>2024-10-23 05:50:05 +0200
committerPiotr Jurkiewicz <piotr.jerzy.jurkiewicz@gmail.com>2024-10-30 23:02:48 +0100
commit15e1a133d0df7b80eca81f7a60af4b9af038bb3d (patch)
treebd345bf63356f810e8beedbeea534d9f6b96f683
parenta4ecc2f4d23d66f62a85671e04da924c3e7a92c0 (diff)
debian: Add missing libprotobuf-dev to grpc build profile
Signed-off-by: Piotr Jurkiewicz <piotr.jerzy.jurkiewicz@gmail.com>
-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