From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../libevent-2.0.21/obsolete_automake_macros.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch (limited to 'meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch') diff --git a/meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch b/meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch new file mode 100644 index 0000000000..b55923220c --- /dev/null +++ b/meta/recipes-support/libevent/libevent-2.0.21/obsolete_automake_macros.patch @@ -0,0 +1,15 @@ +Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603774&group_id=50884&atid=461322] + +Signed-off-by: Marko Lindqvist +diff -Nurd libevent-2.0.21-stable/configure.in libevent-2.0.21-stable/configure.in +--- libevent-2.0.21-stable/configure.in 2012-11-18 08:34:13.000000000 +0200 ++++ libevent-2.0.21-stable/configure.in 2013-02-08 02:03:58.403476183 +0200 +@@ -12,7 +12,7 @@ + AC_CONFIG_MACRO_DIR([m4]) + + AM_INIT_AUTOMAKE(libevent,2.0.21-stable) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version]) + + dnl Initialize prefix. -- cgit v1.2.3-54-g00ecf