about summary refs log tree commit diff
path: root/pkgs/development/libraries/lzo
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-21 23:18:09 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-21 23:18:09 +0000
commit94d7d1fdbbb80718ff369389c1230ed77a4f7577 (patch)
treee6b513aa6e9bf61bcabcbfdfe7cd8f0dd052893f /pkgs/development/libraries/lzo
parent2a699fe5fb15cd68473f59d986059bdb92228b75 (diff)
downloadnixlib-94d7d1fdbbb80718ff369389c1230ed77a4f7577.tar
nixlib-94d7d1fdbbb80718ff369389c1230ed77a4f7577.tar.gz
nixlib-94d7d1fdbbb80718ff369389c1230ed77a4f7577.tar.bz2
nixlib-94d7d1fdbbb80718ff369389c1230ed77a4f7577.tar.lz
nixlib-94d7d1fdbbb80718ff369389c1230ed77a4f7577.tar.xz
nixlib-94d7d1fdbbb80718ff369389c1230ed77a4f7577.tar.zst
nixlib-94d7d1fdbbb80718ff369389c1230ed77a4f7577.zip
* Got rid of all --disable-static flags; they're redundant now.
* Also a bunch of style cleanups (tabs, with args, ...).

svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
Diffstat (limited to 'pkgs/development/libraries/lzo')
-rw-r--r--pkgs/development/libraries/lzo/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/lzo/default.nix b/pkgs/development/libraries/lzo/default.nix
index 6ce1e786dbee..6f5f43af5627 100644
--- a/pkgs/development/libraries/lzo/default.nix
+++ b/pkgs/development/libraries/lzo/default.nix
@@ -8,8 +8,6 @@ stdenv.mkDerivation rec {
     sha256 = "8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591";
   };
   
-  configureFlags = "--enable-shared --disable-static";
-  
   meta = {
     description = "A data compresion library suitable for real-time data de-/compression";
     homepage = http://www.oberhumer.com/opensource/lzo;