1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #53655 from dtzWill/update/libunwind-1.3.0

libunwind: 1.2.1 -> 1.3.1
This commit is contained in:
Will Dietz 2019-01-13 17:23:28 -06:00 committed by GitHub
commit 52d7d5efed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 19 deletions

View file

@ -2,17 +2,14 @@
stdenv.mkDerivation rec {
name = "libunwind-${version}";
version = "1.2.1";
version = "1.3.1";
src = fetchurl {
url = "mirror://savannah/libunwind/${name}.tar.gz";
sha256 = "1jsslwkilwrsj959dc8b479qildawz67r8m4lzxm7glcwa8cngiz";
sha256 = "1y0l08k6ak1mqbfj6accf9s5686kljwgsl4vcqpxzk5n74wpm6a3";
};
patches = [
./version-1.2.1.patch
./backtrace-only-with-glibc.patch
];
patches = [ ./backtrace-only-with-glibc.patch ];
nativeBuildInputs = [ autoreconfHook ];

View file

@ -1,13 +0,0 @@
diff --git a/configure.ac b/configure.ac
index a254bbe..fe0247b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
define(pkg_major, 1)
-define(pkg_minor, 2.1)
-define(pkg_extra, )
+define(pkg_minor, 2)
+define(pkg_extra, 1)
define(pkg_maintainer, libunwind-devel@nongnu.org)
define(mkvers, $1.$2$3)
dnl Process this file with autoconf to produce a configure script.