knot-dns: fix cross compilation
This commit is contained in:
@@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
|
|||||||
# FIXME: sphinx is needed for now to get man-pages
|
# FIXME: sphinx is needed for now to get man-pages
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
protobufc # dnstap support
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
sphinx
|
sphinx
|
||||||
];
|
];
|
||||||
@@ -94,6 +95,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ lib.optional stdenv.hostPlatform.isDarwin zlib; # perhaps due to gnutls
|
++ lib.optional stdenv.hostPlatform.isDarwin zlib; # perhaps due to gnutls
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
CFLAGS = [
|
CFLAGS = [
|
||||||
"-O2"
|
"-O2"
|
||||||
|
|||||||
Reference in New Issue
Block a user