strace: update to 4.5.20.
--HG-- extra : convert_revision : 6880e3e68879d2c7e05eac0fc03ba51f5e7f418f
This commit is contained in:
parent
6b3e6dac34
commit
02d3d42405
1 changed files with 3 additions and 9 deletions
|
@ -1,21 +1,15 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=4.5.19
|
version=4.5.20
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="System Call Tracer"
|
short_desc="System Call Tracer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=8997ce919e971b0ec45cd7006c6e1f9c7c0bce68ab59e3a629e1ddeda5013d08
|
checksum=ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd
|
||||||
long_desc="
|
long_desc="
|
||||||
strace is a system call tracer, i.e. a debugging tool which prints out
|
strace is a system call tracer, i.e. a debugging tool which prints out
|
||||||
a trace of all the system calls made by a process/program."
|
a trace of all the system calls made by a process/program."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
# Required by strace-graph
|
# Required by strace-graph
|
||||||
Add_dependency full perl
|
Add_dependency full perl
|
||||||
|
|
||||||
pre_configure()
|
|
||||||
{
|
|
||||||
# Fix for kernel>=2.6.32
|
|
||||||
sed -i -e "s|linux/socket.h|sys/socket.h|g" ${wrksrc}/configure
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue