From 6374c7d921fbe5a223c5178908f2c2e62e6dd008 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 14 Dec 2019 17:37:56 +0100 Subject: [PATCH] dnsdist: add missing build dep on protoc The build needs protoc, otherwise it fails. checking if we need to link in protobuf... yes checking for PROTOBUF... yes checking for protoc... no configure: error: Protobuf requested but the protobuf compiler was not found Signed-off-by: Sebastian Kemper --- net/dnsdist/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 0ec409b38..53a94f658 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -15,6 +15,8 @@ PKG_CPE_ID:=cpe:/a:powerdns:dnsdist PKG_INSTALL:=1 +PKG_BUILD_DEPENDS:=protobuf/host + PKG_CONFIG_DEPENDS:= \ CONFIG_DNSDIST_GNUTLS \ CONFIG_DNSDIST_OPENSSL