mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
popt: fix build with automake 1.12
(From OE-Core rev: 1bf680a5e8015e6245369aa23b21312c81c507cb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05fe6c0ab9
commit
8512519bb2
@@ -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 <nitin.a.kamble@intel.com>
|
||||
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)
|
||||
|
||||
@@ -4,10 +4,11 @@ SECTION = "libs"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \
|
||||
file://pkgconfig_fix.patch \
|
||||
file://popt_fix_for_automake-1.12.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "3743beefa3dd6247a73f8f7a32c14c33"
|
||||
|
||||
Reference in New Issue
Block a user