From 94d7d1fdbbb80718ff369389c1230ed77a4f7577 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 21 Apr 2009 23:18:09 +0000 Subject: * 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 --- pkgs/development/libraries/openldap/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/development/libraries/openldap') diff --git a/pkgs/development/libraries/openldap/default.nix b/pkgs/development/libraries/openldap/default.nix index aec12d393a4..22f98535803 100644 --- a/pkgs/development/libraries/openldap/default.nix +++ b/pkgs/development/libraries/openldap/default.nix @@ -10,8 +10,6 @@ stdenv.mkDerivation { buildInputs = [openssl cyrus_sasl db4 groff]; - configureFlags = "--disable-static"; - dontPatchELF = 1; # !!! # Build on Glibc 2.9. -- cgit 1.4.1