summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch')
-rw-r--r--meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch b/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch
new file mode 100644
index 0000000000..aba6298bba
--- /dev/null
+++ b/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch
@@ -0,0 +1,21 @@
1Upstream-Status: Pending
2
3This patch fixes following issue with automake 1.12
4
5| configure.in:193: error: automatic de-ANSI-fication support has been removed
6
7Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
82012/05/03
9
10Index: minicom-2.6.1/configure.in
11===================================================================
12--- minicom-2.6.1.orig/configure.in
13+++ minicom-2.6.1/configure.in
14@@ -190,7 +190,6 @@ AC_CHECK_HEADERS(stdarg.h varargs.h term
15
16 dnl Checks for typedefs, structures, and compiler characteristics.
17 AC_C_CONST
18-AM_C_PROTOTYPES
19 AC_TYPE_UID_T
20 AC_TYPE_MODE_T
21 AC_TYPE_PID_T