]> git.pld-linux.org Git - packages/libevent.git/commitdiff
- added am patch (fixes build with automake 1.13) auto/ti/libevent-2.0.21-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Feb 2013 15:36:30 +0000 (16:36 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Feb 2013 15:36:30 +0000 (16:36 +0100)
libevent-am.patch [new file with mode: 0644]
libevent.spec

diff --git a/libevent-am.patch b/libevent-am.patch
new file mode 100644 (file)
index 0000000..d6d946a
--- /dev/null
@@ -0,0 +1,22 @@
+--- libevent-2.0.21-stable/configure.in.orig   2012-11-18 07:34:13.000000000 +0100
++++ libevent-2.0.21-stable/configure.in        2013-02-12 16:13:21.323122429 +0100
+@@ -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.
+--- libevent-2.0.21-stable/test/Makefile.am.orig       2012-05-31 06:08:19.000000000 +0200
++++ libevent-2.0.21-stable/test/Makefile.am    2013-02-12 16:28:56.406416519 +0100
+@@ -19,7 +19,7 @@
+ EXTRA_PROGRAMS = regress
+ noinst_HEADERS = tinytest.h tinytest_macros.h regress.h tinytest_local.h
+-TESTS = $(top_srcdir)/test/test.sh
++TESTS = test.sh
+ BUILT_SOURCES =
+ if BUILD_REGRESS
index 3e6cd0c40bf3b7721f08cc7b9075ccf7e1491895..05d582cd1ed9c376a2502988cc6dd7e3d39bab9e 100644 (file)
@@ -14,6 +14,7 @@ Source0:      https://github.com/downloads/libevent/libevent/%{name}-%{version}-stabl
 # Source0-md5: b2405cc9ebf264aa47ff615d9de527a2
 Patch0:                %{name}-fpm.patch
 Patch1:                %{name}-link.patch
+Patch2:                %{name}-am.patch
 URL:           http://libevent.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -65,6 +66,7 @@ Statyczna biblioteka libevent.
 %setup -q -n %{name}-%{version}-stable
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.130979 seconds and 4 git commands to generate.