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
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
protobufc # dnstap support
|
||||
autoreconfHook
|
||||
sphinx
|
||||
];
|
||||
@@ -94,6 +95,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin zlib; # perhaps due to gnutls
|
||||
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
|
||||
CFLAGS = [
|
||||
"-O2"
|
||||
|
||||
Reference in New Issue
Block a user