libunwind: update to 1.5.0
[ci skip]
This commit is contained in:
parent
e269e142cc
commit
17b0b08508
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
|||
--- include/libunwind-aarch64.h
|
||||
+++ include/libunwind-aarch64.h
|
||||
@@ -192,7 +192,7 @@
|
||||
unsigned long uc_flags;
|
||||
struct ucontext *uc_link;
|
||||
stack_t uc_stack;
|
||||
- __sigset_t uc_sigmask;
|
||||
+ sigset_t uc_sigmask;
|
||||
struct unw_sigcontext uc_mcontext;
|
||||
} unw_tdep_context_t;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libunwind'
|
||||
pkgname=libunwind
|
||||
version=1.4.0
|
||||
revision=2
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool automake"
|
||||
makedepends="liblzma-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://www.nongnu.org/libunwind/"
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version/rc/-rc}.tar.gz"
|
||||
checksum=df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435
|
||||
checksum=90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
|
|
Loading…
Reference in a new issue