From 0a270d49e751926118acf9477493d497a0dc50a7 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 10 Feb 2008 17:41:29 +0000 Subject: [PATCH] libsigsegv: shared svn path=/nixpkgs/branches/stdenv-updates/; revision=10607 --- pkgs/development/libraries/libsigsegv/2.5.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/libsigsegv/2.5.nix b/pkgs/development/libraries/libsigsegv/2.5.nix index 11f69753dc8..a8711b3e3da 100644 --- a/pkgs/development/libraries/libsigsegv/2.5.nix +++ b/pkgs/development/libraries/libsigsegv/2.5.nix @@ -7,6 +7,8 @@ stdenv.mkDerivation rec { sha256 = "0fvcsq9msi63vrbpvks6mqkrnls5cfy6bzww063sqhk2h49vsyyg"; }; + configureFlags = "--enable-shared --disable-static"; + meta = { homepage = http://libsigsegv.sf.net; description = "A library for handling page faults in user mode";