From: Sebastian Kemper Date: Sat, 14 Dec 2019 16:37:56 +0000 (+0100) Subject: dnsdist: add missing build dep on protoc X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6374c7d921fbe5a223c5178908f2c2e62e6dd008;p=openwrt-packages.git 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 --- 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