Setting new bootstrap-tools for x86_64.

Allowing 'curl' build without some dependencies, if it is told not to build
with them.

Updating the make-bootstrap-tools for the latest gcc/glibc, removing the
dependency on klibc, and updating unpack-boostrap-tools for the latest
boostrap-tools to work.


svn path=/nixpkgs/branches/stdenv-updates/; revision=23305
This commit is contained in:
Lluís Batlle i Rossell
2010-08-21 12:50:49 +00:00
parent 9cbc109b9a
commit 221317ae7b
4 changed files with 59 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl
, zlibSupport ? false, zlib
, sslSupport ? false, openssl
, scpSupport ? false, libssh2
, zlibSupport ? false, zlib ? null
, sslSupport ? false, openssl ? null
, scpSupport ? false, libssh2 ? null
, linkStatic ? false
}: