summary refs log tree commit diff
path: root/pkgs/applications/graphics/graphicsmagick
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-04 14:44:51 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-04 14:44:51 +0000
commit9c75629a31a718f5a6f78534dea36bd85787ac7f (patch)
tree7cbdd9734916163b0566e7d7c3d8a439091f17a1 /pkgs/applications/graphics/graphicsmagick
parentaa38df261186e9f756580dab42547c91f136733d (diff)
downloadnixpkgs-9c75629a31a718f5a6f78534dea36bd85787ac7f.tar
nixpkgs-9c75629a31a718f5a6f78534dea36bd85787ac7f.tar.gz
nixpkgs-9c75629a31a718f5a6f78534dea36bd85787ac7f.tar.bz2
nixpkgs-9c75629a31a718f5a6f78534dea36bd85787ac7f.tar.lz
nixpkgs-9c75629a31a718f5a6f78534dea36bd85787ac7f.tar.xz
nixpkgs-9c75629a31a718f5a6f78534dea36bd85787ac7f.tar.zst
nixpkgs-9c75629a31a718f5a6f78534dea36bd85787ac7f.zip
Made graphicsmagick build shared libraries (otherwise we have to care in x86_64 on PIC)
svn path=/nixpkgs/trunk/; revision=20384
Diffstat (limited to 'pkgs/applications/graphics/graphicsmagick')
-rw-r--r--pkgs/applications/graphics/graphicsmagick/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/graphicsmagick/default.nix b/pkgs/applications/graphics/graphicsmagick/default.nix
index c7712c1701e..6ce05a670b1 100644
--- a/pkgs/applications/graphics/graphicsmagick/default.nix
+++ b/pkgs/applications/graphics/graphicsmagick/default.nix
@@ -12,6 +12,8 @@ stdenv.mkDerivation {
     sha256 = "184grcvxa5w0ghiv8zf2vdva0kgp3njf20k3h6lbylspjgd3zhxg";
   };
 
+  configureFlags = "--enable-shared";
+
   buildInputs =
     [ bzip2 freetype ghostscript graphviz libjpeg libpng libtiff libX11 libxml2
       zlib libtool