uftrace: update to 0.9.
This commit is contained in:
parent
0f7213920c
commit
0934eeda7f
|
@ -1,13 +0,0 @@
|
|||
--- 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
|
||||
+
|
||||
extern struct symtabs symtabs;
|
||||
|
||||
unsigned long plthook_resolver_addr;
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'uftrace'
|
||||
pkgname=uftrace
|
||||
version=0.8.3
|
||||
version=0.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pandoc"
|
||||
makedepends="elfutils-devel"
|
||||
hostmakedepends="pandoc pkg-config"
|
||||
makedepends="elfutils-devel ncurses-devel"
|
||||
short_desc="Function graph tracer for user-space"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/namhyung/uftrace"
|
||||
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
|
||||
checksum=176f4630c831aa8e8f6662131df7e1fdeaea75270535ee9ceebf43c12ba04b55
|
||||
checksum=73eb0b24e1e0c1bcd49cccf0dc4783f2b9110fa681219d9b8cd6ed51f7c6fb78
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
||||
|
|
Loading…
Reference in New Issue