* Use OpenSSL's implementation of MD5, SHA-1 and SHA-256, as they're
a bit faster. svn path=/nixpkgs/trunk/; revision=21218
This commit is contained in:
parent
8a4805ba22
commit
7cdad55164
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||
''
|
||||
--with-store-dir=${storeDir} --localstatedir=${stateDir}
|
||||
--with-aterm=${aterm} --with-bzip2=${bzip2}
|
||||
${stdenv.lib.optionalString (openssl != null) "--with-openssl=${openssl}"}
|
||||
--disable-init-state
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue