strace: update to 5.13
This commit is contained in:
parent
30f64f259c
commit
ac56f175a3
@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://strace.io/
|
||||
TERMUX_PKG_DESCRIPTION="Debugging utility to monitor system calls and signals received"
|
||||
TERMUX_PKG_LICENSE="BSD"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=5.12
|
||||
TERMUX_PKG_VERSION=5.13
|
||||
TERMUX_PKG_SRCURL=https://github.com/strace/strace/releases/download/v$TERMUX_PKG_VERSION/strace-$TERMUX_PKG_VERSION.tar.xz
|
||||
TERMUX_PKG_SHA256=29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab5911e7c4
|
||||
TERMUX_PKG_SHA256=5acc34888b9d510ad6ac915d4a8df08f51cf1ae920ea24649f6a4bb984d0b656
|
||||
TERMUX_PKG_DEPENDS="libdw"
|
||||
|
||||
# Without st_cv_m32_mpers=no the build fails if gawk is installed.
|
||||
@ -19,5 +19,6 @@ TERMUX_PKG_RM_AFTER_INSTALL="bin/strace-graph"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf # for configure.ac in 5.11fix.patch
|
||||
CPPFLAGS+=" -Dfputs_unlocked=fputs"
|
||||
CPPFLAGS+=" -Dfputs_unlocked=fputs -DPR_SET_VMA=0x53564d41"
|
||||
# remove the -DPR_SET_VMA for >5.13
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user