* NSPR and NSS need to be told explicitly to do a 64-bit build.

svn path=/nixpkgs/trunk/; revision=16201
This commit is contained in:
Eelco Dolstra
2009-07-07 09:52:20 +00:00
parent aec4341cb4
commit 200ad5eb63
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
preConfigure = "cd mozilla/nsprpub";
configureFlags = "--enable-optimize --disable-debug";
configureFlags = "--enable-optimize --disable-debug ${if stdenv.is64bit then "--enable-64bit" else ""}";
postInstall =
''