summaryrefslogtreecommitdiff
path: root/package/strace/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-26 00:29:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-26 00:29:49 +0100
commitec2b4e41eb63099456720e048f227e64048ef53e (patch)
tree9993addbf5c06b58dd514fa11cebdb7ca270c089 /package/strace/patches
parentcadc28f82e1d50c3089b8cc98b50efa2944a7d81 (diff)
fix compile for crisv10/crisv32
Diffstat (limited to 'package/strace/patches')
-rw-r--r--package/strace/patches/patch-Makefile_in22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/strace/patches/patch-Makefile_in b/package/strace/patches/patch-Makefile_in
new file mode 100644
index 000000000..de7463474
--- /dev/null
+++ b/package/strace/patches/patch-Makefile_in
@@ -0,0 +1,22 @@
+--- strace-4.11.orig/Makefile.in 2015-12-22 00:24:05.000000000 +0100
++++ strace-4.11/Makefile.in 2015-12-25 23:38:03.184768052 +0100
+@@ -925,6 +925,9 @@ EXTRA_DIST = \
+ linux/crisv10/get_scno.c \
+ linux/crisv10/get_syscall_args.c \
+ linux/crisv10/get_syscall_result.c \
++ linux/crisv10/ioctls_arch0.h \
++ linux/crisv10/ioctls_inc0.h \
++ linux/crisv10/syscallent.h \
+ linux/crisv10/userent.h \
+ linux/crisv32/arch_regs.c \
+ linux/crisv32/arch_sigreturn.c \
+@@ -932,6 +935,9 @@ EXTRA_DIST = \
+ linux/crisv32/get_scno.c \
+ linux/crisv32/get_syscall_args.c \
+ linux/crisv32/get_syscall_result.c \
++ linux/crisv32/ioctls_arch0.h \
++ linux/crisv32/ioctls_inc0.h \
++ linux/crisv32/syscallent.h \
+ linux/crisv32/userent.h \
+ linux/dummy.h \
+ linux/errnoent.h \