diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2009-01-08 09:24:32 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2009-01-08 09:24:32 +0000 |
commit | 555474f2da7e1cc4cfbb05eecc227ac2c06a5732 (patch) | |
tree | 408812960405912fa363626152577a35bce2caf1 /package/strace/strace-statfs64-check.patch | |
parent | fd5ce9ff41c427bc8ac796bba1cabf0db9763f75 (diff) | |
download | buildroot-novena-555474f2da7e1cc4cfbb05eecc227ac2c06a5732.tar.gz buildroot-novena-555474f2da7e1cc4cfbb05eecc227ac2c06a5732.zip |
strace: fix AVR32 arch patches and refresh all patches to apply clean
This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all
the other patches so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/strace/strace-statfs64-check.patch')
-rw-r--r-- | package/strace/strace-statfs64-check.patch | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/package/strace/strace-statfs64-check.patch b/package/strace/strace-statfs64-check.patch index 833c97949..c64c07767 100644 --- a/package/strace/strace-statfs64-check.patch +++ b/package/strace/strace-statfs64-check.patch @@ -1,6 +1,5 @@ -diff -dup strace-4.5.15.orig/acinclude.m4 strace-4.5.15/acinclude.m4 ---- strace-4.5.15.orig/acinclude.m4 2004-04-14 04:21:01.000000000 +0200 -+++ strace-4.5.15/acinclude.m4 2007-01-29 17:31:37.000000000 +0100 +--- a/acinclude.m4 ++++ b/acinclude.m4 @@ -210,6 +210,26 @@ then fi ]) @@ -28,10 +27,9 @@ diff -dup strace-4.5.15.orig/acinclude.m4 strace-4.5.15/acinclude.m4 dnl ### A macro to determine if off_t is a long long AC_DEFUN([AC_OFF_T_IS_LONG_LONG], [AC_MSG_CHECKING(for long long off_t) -diff -dup strace-4.5.15.orig/configure.ac strace-4.5.15/configure.ac ---- strace-4.5.15.orig/configure.ac 2007-01-11 12:37:55.000000000 +0100 -+++ strace-4.5.15/configure.ac 2007-01-29 17:32:02.000000000 +0100 -@@ -169,6 +169,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize +--- a/configure.ac ++++ b/configure.ac +@@ -170,6 +170,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize struct stat.st_level, struct stat.st_rdev]) AC_STAT64 @@ -39,10 +37,9 @@ diff -dup strace-4.5.15.orig/configure.ac strace-4.5.15/configure.ac AC_TYPE_SIGNAL AC_TYPE_UID_T -diff -dup strace-4.5.15.orig/file.c strace-4.5.15/file.c ---- strace-4.5.15.orig/file.c 2007-01-15 21:25:52.000000000 +0100 -+++ strace-4.5.15/file.c 2007-01-29 17:33:15.000000000 +0100 -@@ -1635,7 +1635,7 @@ struct tcb *tcp; +--- a/file.c ++++ b/file.c +@@ -1704,7 +1704,7 @@ struct tcb *tcp; return 0; } |