libsigsegv: build shared library and run regression test suite

svn path=/nixpkgs/trunk/; revision=13226
This commit is contained in:
Peter Simons 2008-11-07 22:45:56 +00:00
parent cd3f1ecd82
commit 9018fe1507

View file

@ -11,4 +11,7 @@ stdenv.mkDerivation rec {
homepage = http://libsigsegv.sf.net;
description = "A library for handling page faults in user mode";
};
configureFlags = "--enable-shared --disable-static";
doCheck = true;
}