Updating libunwind

svn path=/nixpkgs/trunk/; revision=33751
This commit is contained in:
Michael Raskin 2012-04-12 06:10:44 +00:00
parent 8794d3ed45
commit 65d9b6076d

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "libunwind-0.98.6";
name = "libunwind-1.0.1";
src = fetchurl {
url = "http://download.savannah.nongnu.org/releases/libunwind/${name}.tar.gz";
sha256 = "1qfxqkyx4r5dmwajyhvsyyl8zwxs6n2rcg7a61fgfdfp0gxvpzgx";
sha256 = "aa95fd184c0b90d95891c2f3bac2c7df708ff016d2a6ee8b2eabb769f864101f";
};
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";