uftrace: update to 0.8.3.
This commit is contained in:
parent
0766fcfccd
commit
58231d428a
|
@ -1,13 +1,13 @@
|
|||
--- libmcount/plthook.c 2017-12-05 06:11:38.000000000 +0100
|
||||
+++ libmcount/plthook.c 2017-12-06 21:17:22.716483918 +0100
|
||||
@@ -32,6 +32,10 @@
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_ADDR(addr) ((void *)((addr) & ~(PAGE_SIZE - 1)))
|
||||
--- libmcount/plthook.c
|
||||
+++ libmcount/plthook.c
|
||||
@@ -22,6 +22,10 @@
|
||||
# define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
|
||||
#endif
|
||||
|
||||
+#if !defined(RTLD_DEFAULT)
|
||||
+#define RTLD_DEFAULT ((void *) 0)
|
||||
+#endif
|
||||
+
|
||||
static void segv_handler(int sig, siginfo_t *si, void *ctx)
|
||||
{
|
||||
if (segv_handled)
|
||||
extern struct symtabs symtabs;
|
||||
|
||||
unsigned long plthook_resolver_addr;
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'uftrace'
|
||||
pkgname=uftrace
|
||||
version=0.8.2
|
||||
version=0.8.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pandoc"
|
||||
makedepends="elfutils-devel"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
||||
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
||||
esac
|
||||
only_for_archs="aarch64 aarch64-musl armv6l armv6l-musl armv7l armv7l-musl x86_64 x86_64-musl"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -19,4 +19,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-2"
|
||||
homepage="https://github.com/namhyung/uftrace"
|
||||
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
|
||||
checksum=15d6f3372f84d8db68b23f56242e15c272062ef249480f48dc856fed66c60571
|
||||
checksum=176f4630c831aa8e8f6662131df7e1fdeaea75270535ee9ceebf43c12ba04b55
|
||||
|
|
Loading…
Reference in New Issue