knot-dns: 3.3.3 -> 3.3.4
https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.3.4
This commit is contained in:
parent
469a051b8e
commit
a72644f128
1 changed files with 3 additions and 5 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "knot-dns";
|
||||
version = "3.3.3";
|
||||
version = "3.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
|
||||
sha256 = "aab40aab2acd735c500f296bacaa5c84ff0488221a4068ce9946e973beacc5ae";
|
||||
sha256 = "2a771b43ce96b6b48d53b29f2086528732e6ac067bc71a3be934f859d1302fc0";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "out" "dev" ];
|
||||
|
@ -46,9 +46,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
CFLAGS = [ "-O2" "-DNDEBUG" ]
|
||||
# https://gitlab.nic.cz/knot/knot-dns/-/issues/909
|
||||
++ lib.optional stdenv.isDarwin "-D__APPLE_USE_RFC_3542";
|
||||
CFLAGS = [ "-O2" "-DNDEBUG" ];
|
||||
|
||||
doCheck = true;
|
||||
checkFlags = [ "V=1" ]; # verbose output in case some test fails
|
||||
|
|
Loading…
Reference in a new issue