From f294ad9e3ee1f207065f90a987991425fcf32d13 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 30 Sep 2012 11:28:07 +0200 Subject: downgrade strace to a working solution for mips64 n32 --- package/strace/Makefile | 6 +++--- package/strace/patches/patch-Makefile_in | 11 ----------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 package/strace/patches/patch-Makefile_in (limited to 'package') diff --git a/package/strace/Makefile b/package/strace/Makefile index 548891921..63a2dde73 100644 --- a/package/strace/Makefile +++ b/package/strace/Makefile @@ -4,14 +4,14 @@ include ${TOPDIR}/rules.mk PKG_NAME:= strace -PKG_VERSION:= 4.6 +PKG_VERSION:= 4.5.20 PKG_RELEASE:= 1 -PKG_MD5SUM:= e537b2b1afeec70c0e6e27a0d0fd671e +PKG_MD5SUM:= 64dfe10d9db0c1e34030891695ffca4b PKG_DESCR:= System call trace program PKG_SECTION:= debug PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=strace/} -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include ${TOPDIR}/mk/package.mk 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 - -- cgit v1.2.3