]> git.pld-linux.org Git - packages/ccrtp.git/commitdiff
- added am patch (fixes build with automake 1.13+) auto/th/ccrtp-2.0.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Jun 2013 13:16:23 +0000 (15:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Jun 2013 13:16:23 +0000 (15:16 +0200)
ccrtp-am.patch [new file with mode: 0644]
ccrtp.spec

diff --git a/ccrtp-am.patch b/ccrtp-am.patch
new file mode 100644 (file)
index 0000000..6751546
--- /dev/null
@@ -0,0 +1,11 @@
+--- ccrtp-2.0.6/configure.ac.orig      2013-06-08 13:36:58.037397544 +0200
++++ ccrtp-2.0.6/configure.ac   2013-06-08 13:37:38.825952025 +0200
+@@ -43,7 +43,7 @@
+ # OST_PROG_CC_POSIX
+ AM_PROG_LIBTOOL
+ AM_INIT_AUTOMAKE(ccrtp,[$VERSION])
+-AM_CONFIG_HEADER(ccrtp-config.h)
++AC_CONFIG_HEADERS(ccrtp-config.h)
+ AC_C_RESTRICT
+ AC_C_VOLATILE
index ce45b42b0afa3f8cd429868d22ef396338d2165a..f68ace0208d203024c1ba95d3a6dbfceb05e4167 100644 (file)
@@ -13,6 +13,7 @@ Source0:      http://ftp.gnu.org/gnu/ccrtp/%{name}-%{version}.tar.gz
 # Source0-md5: ca0a7a184b242d660d81caf6101a2c0c
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-openssl.patch
+Patch2:                %{name}-am.patch
 URL:           http://www.gnu.org/software/ccrtp/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -77,6 +78,7 @@ Statyczna biblioteka ccrtp.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.097136 seconds and 4 git commands to generate.