git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c28357d
)
dnsdist: add missing build dep on protoc
author
Sebastian Kemper
<redacted>
Sat, 14 Dec 2019 16:37:56 +0000
(17:37 +0100)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/net/dnsdist/Makefile
b/net/dnsdist/Makefile
index 0ec409b38e43c463a9088fe513b3be38f648d86c..53a94f6583e5de4ee4e153dd2444e65b9a41d297 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT