summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-04-25 08:19:24 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-25 08:19:24 (GMT)
commit8ab0893969bba78272773cd33c1e9a99fb4dc02e (patch)
treee14363a97c09baa2bad2c2d116df10c9c4892730 /src
parentc2970cf38e16d76b290108c21f266f8f7c37bb37 (diff)
downloadmxe-8ab0893969bba78272773cd33c1e9a99fb4dc02e.zip
mxe-8ab0893969bba78272773cd33c1e9a99fb4dc02e.tar.gz
mxe-8ab0893969bba78272773cd33c1e9a99fb4dc02e.tar.bz2
package libevent: fix obsolete AM_CONFIG_HEADER
Diffstat (limited to 'src')
-rw-r--r--src/libevent-1-fixes.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/libevent-1-fixes.patch b/src/libevent-1-fixes.patch
new file mode 100644
index 0000000..eb74222
--- /dev/null
+++ b/src/libevent-1-fixes.patch
@@ -0,0 +1,27 @@
+This file is part of MXE.
+See index.html for further information.
+
+Contains ad hoc patches for cross building.
+
+From fc5f64897226199f64eeaa91836939ebff38d86a Mon Sep 17 00:00:00 2001
+From: MXE
+Date: Thu, 25 Apr 2013 18:17:52 +1000
+Subject: [PATCH] fix obsolete AM_CONFIG_HEADER
+
+
+diff --git a/configure.in b/configure.in
+index 18165f3..524d343 100644
+--- a/configure.in
++++ b/configure.in
+@@ -12,7 +12,7 @@ AC_INIT(event.c)
+ 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.
+--
+1.8.2.1
+