i2pd: disable AVX instructions
This commit is contained in:
parent
538aa0f808
commit
1e51fdc2cd
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost zlib openssl ];
|
buildInputs = [ boost zlib openssl ];
|
||||||
makeFlags = "USE_AESNI=no";
|
makeFlags = [ "USE_AESNI=no" "USE_AVX=no" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -D i2pd $out/bin/i2pd
|
install -D i2pd $out/bin/i2pd
|
||||||
|
Loading…
Reference in New Issue
Block a user