* 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
This commit is contained in:
@@ -10,8 +10,6 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [openssl cyrus_sasl db4 groff];
|
||||
|
||||
configureFlags = "--disable-static";
|
||||
|
||||
dontPatchELF = 1; # !!!
|
||||
|
||||
# Build on Glibc 2.9.
|
||||
|
||||
Reference in New Issue
Block a user