uftrace: update to 0.8.3.

This commit is contained in:
maxice8 2018-02-08 02:14:13 -02:00 committed by Leаh Neukirchen
parent 0766fcfccd
commit 58231d428a
2 changed files with 11 additions and 11 deletions

View File

@ -1,13 +1,13 @@
--- libmcount/plthook.c 2017-12-05 06:11:38.000000000 +0100 --- libmcount/plthook.c
+++ libmcount/plthook.c 2017-12-06 21:17:22.716483918 +0100 +++ libmcount/plthook.c
@@ -32,6 +32,10 @@ @@ -22,6 +22,10 @@
#define PAGE_SIZE 4096 # define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
#define PAGE_ADDR(addr) ((void *)((addr) & ~(PAGE_SIZE - 1))) #endif
+#if !defined(RTLD_DEFAULT) +#if !defined(RTLD_DEFAULT)
+#define RTLD_DEFAULT ((void *) 0) +#define RTLD_DEFAULT ((void *) 0)
+#endif +#endif
+ +
static void segv_handler(int sig, siginfo_t *si, void *ctx) extern struct symtabs symtabs;
{
if (segv_handled) unsigned long plthook_resolver_addr;

View File

@ -1,6 +1,6 @@
# Template file for 'uftrace' # Template file for 'uftrace'
pkgname=uftrace pkgname=uftrace
version=0.8.2 version=0.8.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pandoc" hostmakedepends="pandoc"
@ -19,4 +19,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2" license="GPL-2"
homepage="https://github.com/namhyung/uftrace" homepage="https://github.com/namhyung/uftrace"
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz" distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
checksum=15d6f3372f84d8db68b23f56242e15c272062ef249480f48dc856fed66c60571 checksum=176f4630c831aa8e8f6662131df7e1fdeaea75270535ee9ceebf43c12ba04b55