summaryrefslogtreecommitdiff
path: root/package/strace/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-07 09:55:47 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-10 08:16:44 -0500
commit5761703380580368de6a80e098f3dce8ecbe6f00 (patch)
treebacacdd0ea5ab847dc179fa5b55b9fda8ef2a568 /package/strace/patches
parentbbd1b0bc61f6ef46b58ad9bf360eecf2a5c1915c (diff)
fix strace for crisv32 (experimental)
Diffstat (limited to 'package/strace/patches')
-rw-r--r--package/strace/patches/patch-Makefile_am16
-rw-r--r--package/strace/patches/patch-configure_ac10
2 files changed, 26 insertions, 0 deletions
diff --git a/package/strace/patches/patch-Makefile_am b/package/strace/patches/patch-Makefile_am
new file mode 100644
index 000000000..82ef21741
--- /dev/null
+++ b/package/strace/patches/patch-Makefile_am
@@ -0,0 +1,16 @@
+--- strace-4.10.orig/Makefile.am 2015-03-05 20:19:01.000000000 -0600
++++ strace-4.10/Makefile.am 2015-06-07 09:23:50.141506084 -0500
+@@ -196,7 +196,13 @@ EXTRA_DIST = \
+ linux/bfin/ioctls_inc0.h \
+ linux/bfin/syscallent.h \
+ linux/bfin/userent.h \
++ linux/crisv10/ioctls_arch0.h \
++ linux/crisv10/ioctls_inc0.h \
++ linux/crisv10/syscallent.h \
+ linux/crisv10/userent.h \
++ linux/crisv32/ioctls_arch0.h \
++ linux/crisv32/ioctls_inc0.h \
++ linux/crisv32/syscallent.h \
+ linux/crisv32/userent.h \
+ linux/dummy.h \
+ linux/errnoent.h \
diff --git a/package/strace/patches/patch-configure_ac b/package/strace/patches/patch-configure_ac
new file mode 100644
index 000000000..2059ea189
--- /dev/null
+++ b/package/strace/patches/patch-configure_ac
@@ -0,0 +1,10 @@
+--- strace-4.10.orig/configure.ac 2015-03-04 23:42:30.000000000 -0600
++++ strace-4.10/configure.ac 2015-06-07 09:25:43.969505042 -0500
+@@ -1,7 +1,6 @@
+ dnl Process this file with autoconf to create configure. Use autoreconf.
+ AC_PREREQ(2.57)
+ AC_INIT([strace],
+- m4_esyscmd([./git-version-gen .tarball-version]),
+ [strace-devel@lists.sourceforge.net])
+ AC_CONFIG_SRCDIR([strace.c])
+ AC_CONFIG_AUX_DIR([.])