Commit graph

41 commits

Author SHA1 Message Date
Zhaofeng Li 9a8b5d6e15 nongnu-libunwind: Disable package for RISC-V
The author has stated that he does not have time to implement support.
There is no use for the `supportsHost` passthru attribute anymore, so
let's remove that as well.
2021-06-04 20:44:38 -07:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jörg Thalheim c11d10fc6a
libunwind: configureFlags should be a list 2021-01-12 13:10:33 +01:00
Michal Sojka b9116f712f libunwind: Add devman output
Installing the man pages is a bit more tricky. The configure script
completely disables the documentation unless latex2man is found.
However, just installing the man pages can be done without latex2man,
because the man pages are pre-built in the source tarball. Therefore
we pass ${coreutils}/bin/true as latex2man, which allows to install
the pre-build man pages without depending on full texlive.
2020-12-08 05:16:03 +01:00
R. RyanTM aaddfc0c5b libunwind: 1.3.1 -> 1.4.0 2020-04-21 08:41:13 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 68058c66ac pkgsStatic.libunwind: fix build, fixes #81198 2020-03-29 11:26:41 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Will Dietz 8ec4bcf1f0 libunwind: 1.3.0 -> 1.3.1
single-commit release:

workaround issue with clang + static alias

https://github.com/libunwind/libunwind/commits/v1.3.1
2019-01-09 12:45:19 -06:00
Will Dietz bc77c644ea libunwind: 1.2.1 -> 1.3.0
https://github.com/libunwind/libunwind/blob/v1.3.0/NEWS

Keep backtrace patch (still needed), but drop the other.
2019-01-08 09:29:16 -06:00
c0bw3b a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Jan Malakhovski 7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Shea Levy d61a22fb0e
strace: Fix cross-compilation 2018-02-28 15:01:31 -05:00
Will Dietz bc2ad5a968 libunwind: patch to fix build on non-glibc 2018-02-13 09:44:29 -06:00
Orivej Desh 9ccdf60be6 libunwind: fix version macros
Fixes julia_05 build: #26891
2017-07-03 19:52:26 +00:00
Orivej Desh 842250064b libunwind: 1.1 -> 1.2.1 2017-06-27 01:30:48 +00:00
Nathan Zadoks 2a82be9af1 libunwind: add AArch64 support patch 2017-01-25 00:01:53 +02:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Robin Gloster d020caa5b2 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-04-18 13:49:22 +00:00
Robin Gloster acb408646e remove local pic flags, now set by hardened stdenv 2016-01-30 16:36:57 +00:00
William A. Kennington III 6602f49495 Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
This reverts commit 741bf840da.

This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
Vladimír Čunát deda7f46c7 libunwind: fix bad liblzma.la reference, split dev output 2015-10-28 12:43:35 +01:00
Eelco Dolstra 741bf840da Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
This reverts commit f61176c539, reversing
changes made to a27ca029ee.

Conflicts:
	pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Jude Taylor 07d9b3cded remove obsolete libunwindNative 2015-10-01 16:34:45 -07:00
Nikolay Amiantov ec3ffeb199 libunwind: add a patch to address https://github.com/JuliaLang/julia/issues/3469
Should be beneficial to other LLVM+libunwind projects as well (e.g. Pyston)
2015-09-04 03:52:25 +03:00
Vladimír Čunát 2dccca399c libunwind: security fix for CVE-2015-3239
Thanks to the monitor. Low security and high rebuild impact, but still...
2015-09-02 05:23:55 +02:00
William A. Kennington III b835d4bade libunwind: Fix lzma propagation 2015-05-19 21:34:51 -07:00
Eric Seidel 6ec373d776 Merge branch master into staging 2015-04-06 18:58:08 -07:00
William A. Kennington III 4a76e860bb libunwind: Add meta information 2015-04-01 19:33:39 -07:00
William A. Kennington III aeb0b610db libunwind: Fix build 2015-03-29 14:17:42 -07:00
Eric Seidel dbf3d31727 make llvm-3.5 the default and remove references to gccApple
make perl be less dumb

revert change to release.nix
2015-02-03 14:31:04 -08:00
Evgeny Egorochkin e16d2b7e03 libunwind: propagate xz 2013-12-21 10:48:53 +02:00
Evgeny Egorochkin 9725eb13ef libunwind: add missing xz dependency 2013-12-21 02:28:26 +02:00
Nixpkgs Monitor 8eef07e6b0 libunwind: update from 1.0.1 to 1.1 2013-12-21 02:28:26 +02:00
Evgeny Egorochkin da4be371e9 make package use mirror:// for gnu, savannah and gnome repositories where possible 2013-07-14 05:23:06 +03:00
Michael Raskin 674de696b5 Take into account an installation process quirk
svn path=/nixpkgs/trunk/; revision=33752
2012-04-12 06:18:42 +00:00
Michael Raskin 65d9b6076d Updating libunwind
svn path=/nixpkgs/trunk/; revision=33751
2012-04-12 06:10:44 +00:00
Eelco Dolstra 94d7d1fdbb * Got rid of all --disable-static flags; they're redundant now.
* Also a bunch of style cleanups (tabs, with args, ...).

svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Eelco Dolstra fb91bc3530 * libunwind: pass -fPIC on x86_64-linux. This is necessary for Samba
to compile.

svn path=/nixpkgs/trunk/; revision=13267
2008-11-12 15:59:38 +00:00
Yury G. Kudryashov cb97c35267 libunwind added
svn path=/nixpkgs/trunk/; revision=10345
2008-01-28 19:45:30 +00:00