i2pd: disable AESNI by default since we want portable executables
This commit is contained in:
parent
61f310cd4d
commit
071bcf356e
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ boost zlib openssl ];
|
||||
makeFlags = "USE_AESNI=no";
|
||||
installPhase = ''
|
||||
install -D i2p $out/bin/i2p
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user