summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-03 12:13:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:37:23 +0000
commit7f484df0ea329515b47a9b437006c73500fc0fcb (patch)
tree09e8c4c48fa155c840c9c63c9e271c96d66d832a /meta/recipes-extended/rpcbind/rpcbind
parent30996a17f155cf94d89becce6ce764674ab95fab (diff)
downloadpoky-7f484df0ea329515b47a9b437006c73500fc0fcb.tar.gz
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 <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch14
1 files changed, 14 insertions, 0 deletions
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 @@
1Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd rpcbind-0.2.0/configure.in rpcbind-0.2.0/configure.in
5--- rpcbind-0.2.0/configure.in 2009-05-29 16:38:22.000000000 +0300
6+++ rpcbind-0.2.0/configure.in 2013-02-03 04:04:06.577480682 +0200
7@@ -4,7 +4,7 @@
8 # AM_MAINTAINER_MODE
9 AC_CONFIG_SRCDIR([src/rpcbind.c])
10 AC_PROG_CC
11- AM_CONFIG_HEADER(config.h)
12+ AC_CONFIG_HEADERS(config.h)
13 AC_HEADER_DIRENT
14 AC_PREFIX_DEFAULT(/usr)