* 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
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
''
|
''
|
||||||
--with-store-dir=${storeDir} --localstatedir=${stateDir}
|
--with-store-dir=${storeDir} --localstatedir=${stateDir}
|
||||||
--with-aterm=${aterm} --with-bzip2=${bzip2}
|
--with-aterm=${aterm} --with-bzip2=${bzip2}
|
||||||
|
${stdenv.lib.optionalString (openssl != null) "--with-openssl=${openssl}"}
|
||||||
--disable-init-state
|
--disable-init-state
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user