summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch')
-rw-r--r--meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch b/meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch
new file mode 100644
index 0000000000..91bca96a50
--- /dev/null
+++ b/meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch
@@ -0,0 +1,21 @@
1Upstream-Status: pending
2
3This patch avoids this error with automake 1.12:
4
5| configure.ac:49: error: automatic de-ANSI-fication support has been removed
6
7Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
82012/05/02
9
10Index: popt-1.16/configure.ac
11===================================================================
12--- popt-1.16.orig/configure.ac
13+++ popt-1.16/configure.ac
14@@ -46,7 +46,6 @@ AC_GCC_TRADITIONAL
15 AC_SYS_LARGEFILE
16
17 AC_ISC_POSIX
18-AM_C_PROTOTYPES
19
20 AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h)
21