From 85db7e794bd84f323408661b6e0b1cb87a5430a6 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 2 May 2012 17:01:52 -0700 Subject: rpm: fix build with automake 1.12 (From OE-Core rev: 8e78a88b664ffe32f182987eb0f5e5ea6345d416) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- .../rpm/rpm/rpm_fix_for_automake-1.12.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch (limited to 'meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch') diff --git a/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch b/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch new file mode 100644 index 0000000000..abbb15d5bf --- /dev/null +++ b/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch @@ -0,0 +1,21 @@ +Upstream-Status: 2012/05/02 + +automake 1.12 has depricated automatic de-ANSI-fication. + +fix this issue: +| configure.ac:564: error: automatic de-ANSI-fication support has been removed + +Signed-Off-By: Nitin A Kamble +2012/05/02 +Index: rpm-5.4.0/configure.ac +=================================================================== +--- rpm-5.4.0.orig/configure.ac ++++ rpm-5.4.0/configure.ac +@@ -561,7 +561,6 @@ dnl # platform specific checks + AC_SEARCH_LIBS([strerror],[cposix]) + + dnl # standard checks +-AM_C_PROTOTYPES + AC_C_INLINE + AC_C_BIGENDIAN + -- cgit v1.2.3-54-g00ecf