From 5761703380580368de6a80e098f3dce8ecbe6f00 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Jun 2015 09:55:47 -0500 Subject: fix strace for crisv32 (experimental) --- package/strace/patches/patch-configure_ac | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/strace/patches/patch-configure_ac (limited to 'package/strace/patches/patch-configure_ac') 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([.]) -- cgit v1.2.3