From 573a360ab6c1d17001cd02e5fbbcfe5e50e2ce6e Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 24 Dec 2005 14:54:07 +0000 Subject: [PATCH] Clifford Wolf: Updated strace-4.5.12 Fixed strace for new glibc [2005121213315610047] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6772 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/strace/lxquotaver.patch | 12 ++++++++++++ package/base/strace/strace.desc | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 package/base/strace/lxquotaver.patch diff --git a/package/base/strace/lxquotaver.patch b/package/base/strace/lxquotaver.patch new file mode 100644 index 000000000..badc0cb99 --- /dev/null +++ b/package/base/strace/lxquotaver.patch @@ -0,0 +1,12 @@ +--- ./resource.c.orig 2005-12-12 13:33:58.000000000 +0100 ++++ ./resource.c 2005-12-12 13:37:51.000000000 +0100 +@@ -32,6 +32,9 @@ + + #include "defs.h" + ++// strace doesn't know about the 2nd generation linux quota api ++#define _LINUX_QUOTA_VERSION 1 ++ + #include + #ifdef LINUX + #include diff --git a/package/base/strace/strace.desc b/package/base/strace/strace.desc index 4b587783e..3cba01daa 100644 --- a/package/base/strace/strace.desc +++ b/package/base/strace/strace.desc @@ -40,8 +40,8 @@ [L] OpenSource [S] Stable -[V] 4.5.7 +[V] 4.5.12 [P] X X1-3-----9 102.600 -[D] 3672698887 strace-4.5.7.tar.bz2 http://dl.sourceforge.net/sourceforge/strace/ +[D] 3449283173 strace-4.5.12.tar.bz2 http://dl.sourceforge.net/sourceforge/strace/