aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch21
1 files changed, 0 insertions, 21 deletions
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
deleted file mode 100644
index abbb15d5bf..0000000000
--- a/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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 <nitin.a.kamble@intel.com>
-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
-