* Revert dietlibc to 0.30. 0.31 breaks sed.

svn path=/nixpkgs/branches/stdenv-updates/; revision=9833

+7 -3
+7 -3
pkgs/os-specific/linux/dietlibc/default.nix
··· 3 3 assert stdenv.isLinux; 4 4 5 5 stdenv.mkDerivation { 6 - name = "dietlibc-0.31"; 6 + name = "dietlibc-0.30"; 7 7 src = fetchurl { 8 - url = mirror://kernel/linux/libs/dietlibc/dietlibc-0.31.tar.bz2; 9 - sha256 = "1kanrwjcmqs28z8arj9py9mbgjx5rgvi7il484pgaizpcxm3sqcr"; 8 + url = mirror://kernel/linux/libs/dietlibc/dietlibc-0.30.tar.bz2; 9 + md5 = "2465d652fff6f1fad3da3b98e60e83c9"; 10 10 }; 11 11 builder = ./builder.sh; 12 12 ··· 23 23 # wchar.h declares lots of functions that don't actually exist. 24 24 # Remove them. 25 25 ./no-wchar.patch 26 + 27 + # Fix to get DNS resolution to work on 64-bit platforms. Taken 28 + # from 0.31 CVS. 29 + ./dns64.patch 26 30 27 31 # Get lseek64 working on x86_64. From 28 32 # http://svn.annvix.org/cgi-bin/viewvc.cgi/packages/releases/2.0-CURRENT/dietlibc/SOURCES