From 8512519bb2b7b6bfa03c1be591240a9fc886c280 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 2 May 2012 16:43:33 -0700 Subject: popt: fix build with automake 1.12 (From OE-Core rev: 1bf680a5e8015e6245369aa23b21312c81c507cb) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- .../popt/popt/popt_fix_for_automake-1.12.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch (limited to 'meta/recipes-support/popt/popt') 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 @@ +Upstream-Status: pending + +This patch avoids this error with automake 1.12: + +| configure.ac:49: error: automatic de-ANSI-fication support has been removed + +Signed-Off-By: Nitin A Kamble +2012/05/02 + +Index: popt-1.16/configure.ac +=================================================================== +--- popt-1.16.orig/configure.ac ++++ popt-1.16/configure.ac +@@ -46,7 +46,6 @@ AC_GCC_TRADITIONAL + AC_SYS_LARGEFILE + + AC_ISC_POSIX +-AM_C_PROTOTYPES + + AC_CHECK_HEADERS(float.h fnmatch.h glob.h langinfo.h libintl.h mcheck.h unistd.h) + -- cgit v1.2.3-54-g00ecf