bind: fix cross compilation
protobufc is required both at runtime (by dnstap-read.c) *and* build time (for its 'protoc' binary)
This commit is contained in:
parent
8749d02cb5
commit
98ed667537
@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
perl
|
||||
pkg-config
|
||||
protobufc
|
||||
removeReferencesTo
|
||||
];
|
||||
buildInputs = [
|
||||
@ -107,6 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
|
||||
doCheck = false;
|
||||
# TODO: investigate failures; see this and linked discussions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user