mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
libsigsegv: build shared library and run regression test suite
svn path=/nixpkgs/trunk/; revision=13226
This commit is contained in:
parent
cd3f1ecd82
commit
9018fe1507
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user