Author: viric Date: Thu Oct 28 23:04:34 2010 New Revision: 24522 URL: https://svn.nixos.org/websvn/nix/?rev=24522&sc=1
Log: Removing a patch for glibc that I thought was needed for i686-linux. Building with gcc 4.4 as minimum was needed, and not this patch. http://sourceware.org/bugzilla/show_bug.cgi?id=12123 I uploaded new i686-linux bootstrap-tools with gcc 4.5.1, but I'll not update the i686 reference to those bootstrap-tools until they are reachable by http. The bootstrap-tools we used until now had gcc 4.3, said not to be able to build glibc 2.12.1. Meanwhile other platforms can go on building this glibc already without the patch. Deleted: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/libpthread_init.patch Modified: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix Modified: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix ============================================================================== --- nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix Thu Oct 28 22:45:26 2010 (r24521) +++ nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.12/common.nix Thu Oct 28 23:04:34 2010 (r24522) @@ -75,9 +75,6 @@ /* Allow nixos and nix handle the locale-archive. */ ./nix-locale-archive.patch - /* Patch already sent upstream against a segafult on libpthread load */ - ./libpthread_init.patch - /* Fix for a vulnerability, taken from upstream */ ./audit_suid.patch ]; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
