strace: update to 4.11.
This commit is contained in:
parent
09d94a04cf
commit
ccfe6c9040
2 changed files with 3 additions and 24 deletions
|
@ -1,24 +1,3 @@
|
|||
--- resource.c
|
||||
+++ resource.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "defs.h"
|
||||
#include <sys/resource.h>
|
||||
#include <sys/times.h>
|
||||
+#include <sys/sysinfo.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
#include "xlat/resources.h"
|
||||
|
||||
--- resource.c 2015-05-09 09:40:18.766000000 +0000
|
||||
+++ resource.c 2015-05-09 09:39:45.556000000 +0000
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <sys/resource.h>
|
||||
#include <sys/times.h>
|
||||
#include <sys/sysinfo.h>
|
||||
-#include <linux/kernel.h>
|
||||
|
||||
#include "xlat/resources.h"
|
||||
|
||||
--- evdev.c 2015-02-22 02:29:55.000000000 +0000
|
||||
+++ evdev.c 2015-05-09 09:38:40.513000000 +0000
|
||||
@@ -28,6 +28,8 @@
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'strace'
|
||||
pkgname=strace
|
||||
version=4.10
|
||||
revision=4
|
||||
version=4.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libunwind"
|
||||
makedepends="libunwind-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://sourceforge.net/projects/strace"
|
||||
license="BSD"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=e6180d866ef9e76586b96e2ece2bfeeb3aa23f5cc88153f76e9caedd65e40ee2
|
||||
checksum=e86a5f6cd8f941f67f3e4b28f4e60f3d9185c951cf266404533210a2e5cd8152
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) configure_args=; makedepends= ;;
|
||||
|
|
Loading…
Reference in a new issue