dnsdist: add missing build dep on protoc
authorSebastian Kemper <redacted>
Sat, 14 Dec 2019 16:37:56 +0000 (17:37 +0100)
committerSebastian Kemper <redacted>
Sat, 14 Dec 2019 16:39:08 +0000 (17:39 +0100)
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 <redacted>
net/dnsdist/Makefile

index 0ec409b38e43c463a9088fe513b3be38f648d86c..53a94f6583e5de4ee4e153dd2444e65b9a41d297 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT