From 05228a6d2f29f60be8ad8aa61f9c84fba0266f06 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 17:52:41 +0100 Subject: [PATCH] strace: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../strace/patches/strace-4.7-automake_1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/debug/strace/patches/strace-4.7-automake_1.13.patch diff --git a/packages/debug/strace/patches/strace-4.7-automake_1.13.patch b/packages/debug/strace/patches/strace-4.7-automake_1.13.patch new file mode 100644 index 0000000000..7c42624ffd --- /dev/null +++ b/packages/debug/strace/patches/strace-4.7-automake_1.13.patch @@ -0,0 +1,12 @@ +diff -Naur strace-4.7-old/configure.ac strace-4.7-new/configure.ac +--- strace-4.7-old/configure.ac 2012-05-02 05:34:56.000000000 -0700 ++++ strace-4.7-new/configure.ac 2013-01-03 21:01:04.000000000 -0800 +@@ -3,7 +3,7 @@ + AC_INIT([strace],[4.7]) + AC_CONFIG_SRCDIR([strace.c]) + AC_CONFIG_AUX_DIR([.]) +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + AM_INIT_AUTOMAKE([foreign check-news dist-xz no-dist-gzip silent-rules]) + AM_MAINTAINER_MODE + AC_CANONICAL_HOST