mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
GNU aDNS: Disable the test suite for now.
svn path=/nixpkgs/trunk/; revision=13799
This commit is contained in:
parent
417303c201
commit
8bf27945c6
@ -17,7 +17,10 @@ stdenv.mkDerivation
|
||||
configureFlags = if static then "--disable-dynamic" else "--enable-dynamic";
|
||||
CPPFLAGS = "-DNDEBUG";
|
||||
CFLAGS = "-O3";
|
||||
doCheck = 1;
|
||||
|
||||
# FIXME: The test suite fails on NixOS in a chroot. See
|
||||
# http://thread.gmane.org/gmane.linux.distributions.nixos/1328 for details.
|
||||
doCheck = false;
|
||||
|
||||
# adns doesn't understand the automatic --disable-shared from the Cygwin stdenv.
|
||||
cygwinConfigureEnableShared = true;
|
||||
|
Loading…
Reference in New Issue
Block a user