commit 30b0987c8dca1c1517fa81190db6644d4ec9c226
Author: Jakub Bogusz <[email protected]>
Date:   Sat Jun 8 15:16:23 2013 +0200

    - added am patch (fixes build with automake 1.13+)

 ccrtp-am.patch | 11 +++++++++++
 ccrtp.spec     |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/ccrtp.spec b/ccrtp.spec
index ce45b42..f68ace0 100644
--- a/ccrtp.spec
+++ b/ccrtp.spec
@@ -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}
diff --git a/ccrtp-am.patch b/ccrtp-am.patch
new file mode 100644
index 0000000..6751546
--- /dev/null
+++ b/ccrtp-am.patch
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ccrtp.git/commitdiff/30b0987c8dca1c1517fa81190db6644d4ec9c226

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to