pkgs/top-level/all-packages.nix: crypto++-5.6.0 is compiled with "-O2 -march=native -mtune=native"

Ought to be fixed ASAP. I'll probably do it tomorrow.

svn path=/nixpkgs/trunk/; revision=22758
This commit is contained in:
Peter Simons 2010-07-27 23:50:35 +00:00
parent 15cb365b1d
commit fb1142ee5c

View File

@ -3764,6 +3764,7 @@ let
};
cryptopp = import ../development/libraries/crypto++ {
# SIDE-EFFECT WARNING: crypto++-5.6.0 is compiled with "-O2 -march=native -mtune=native".
inherit fetchurl stdenv unzip libtool;
};