diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-30 11:28:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-30 11:28:07 +0200 |
commit | f294ad9e3ee1f207065f90a987991425fcf32d13 (patch) | |
tree | 7d4e469ba4f6eb7b6ec2876902290054f2f1f6d4 /package/strace/patches/patch-Makefile_in | |
parent | a40050f1fb8f4c40b70905113e91b29c92b921ef (diff) |
downgrade strace to a working solution for mips64 n32
Diffstat (limited to 'package/strace/patches/patch-Makefile_in')
-rw-r--r-- | package/strace/patches/patch-Makefile_in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/strace/patches/patch-Makefile_in b/package/strace/patches/patch-Makefile_in deleted file mode 100644 index 38329e3ac..000000000 --- a/package/strace/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- strace-4.6.orig/Makefile.in 2011-03-15 19:23:18.000000000 +0100 -+++ strace-4.6/Makefile.in 2011-09-02 09:14:19.198484990 +0200 -@@ -270,7 +270,7 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = tests -+SUBDIRS = - man_MANS = strace.1 - bin_SCRIPTS = strace-graph - |