From fe0ff63322a96affc259e45fbce8a8bc404806f4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 17:59:59 +0100 Subject: [PATCH] libtirpc: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../patches/libtirpc-0.2.2-automake_1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/network/libtirpc/patches/libtirpc-0.2.2-automake_1.13.patch diff --git a/packages/network/libtirpc/patches/libtirpc-0.2.2-automake_1.13.patch b/packages/network/libtirpc/patches/libtirpc-0.2.2-automake_1.13.patch new file mode 100644 index 0000000000..27f990810b --- /dev/null +++ b/packages/network/libtirpc/patches/libtirpc-0.2.2-automake_1.13.patch @@ -0,0 +1,12 @@ +diff -Naur libtirpc-0.2.2-old/configure.ac libtirpc-0.2.2-new/configure.ac +--- libtirpc-0.2.2-old/configure.ac 2011-05-02 05:10:40.000000000 -0700 ++++ libtirpc-0.2.2-new/configure.ac 2013-01-03 18:59:03.000000000 -0800 +@@ -17,7 +17,7 @@ + fi + + AC_PROG_CC +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AC_PROG_LIBTOOL + AC_HEADER_DIRENT + AC_PREFIX_DEFAULT(/usr)