From 7f484df0ea329515b47a9b437006c73500fc0fcb Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 3 Feb 2013 12:13:43 +0200 Subject: rpcbind: replace obsolete automake macros with working ones Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. (From OE-Core rev: 0f8583e6fe729f8cacc8fec8c66a5c7f7c944947) Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../rpcbind/rpcbind/obsolete_automake_macros.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch (limited to 'meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch') diff --git a/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch b/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch new file mode 100644 index 0000000000..a12c4ddf27 --- /dev/null +++ b/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch @@ -0,0 +1,14 @@ +Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751] + +Signed-off-by: Marko Lindqvist +diff -Nurd rpcbind-0.2.0/configure.in rpcbind-0.2.0/configure.in +--- rpcbind-0.2.0/configure.in 2009-05-29 16:38:22.000000000 +0300 ++++ rpcbind-0.2.0/configure.in 2013-02-03 04:04:06.577480682 +0200 +@@ -4,7 +4,7 @@ + # AM_MAINTAINER_MODE + AC_CONFIG_SRCDIR([src/rpcbind.c]) + AC_PROG_CC +- AM_CONFIG_HEADER(config.h) ++ AC_CONFIG_HEADERS(config.h) + AC_HEADER_DIRENT + AC_PREFIX_DEFAULT(/usr) -- cgit 1.2.3-korg