Browse Source

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 <sebastian_ml@gmx.net>
lilik-openwrt-22.03
Sebastian Kemper 5 years ago
parent
commit
6374c7d921
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/dnsdist/Makefile

+ 2
- 0
net/dnsdist/Makefile View 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


Loading…
Cancel
Save