commit a754878ab1740f20f9e788f82e156c4eba13f9fb
Author: Jan Rękorajski <[email protected]>
Date:   Mon Mar 18 14:14:09 2013 +0100

    - fix issue with latest automake

 libtirpc-am.patch | 11 +++++++++++
 libtirpc.spec     |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/libtirpc.spec b/libtirpc.spec
index be00fbf..2cf58da 100644
--- a/libtirpc.spec
+++ b/libtirpc.spec
@@ -14,6 +14,7 @@ Source0:      
http://downloads.sourceforge.net/libtirpc/%{name}-%{version}.tar.bz2
 # Source0-md5: b70e6c12a369a91e69fcc3b9feb23d61
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-heimdal.patch
+Patch2:                %{name}-am.patch
 URL:           http://sourceforge.net/projects/libtirpc/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -93,6 +94,7 @@ Ten pakiet zawiera statyczną bibliotekę TI-RPC.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/libtirpc-am.patch b/libtirpc-am.patch
new file mode 100644
index 0000000..f519f5a
--- /dev/null
+++ b/libtirpc-am.patch
@@ -0,0 +1,11 @@
+--- libtirpc-0.2.3/configure.ac~       2013-03-18 14:12:13.373978520 +0100
++++ libtirpc-0.2.3/configure.ac        2013-03-18 14:12:41.397587159 +0100
+@@ -31,7 +31,7 @@
+ fi
+ 
+ AC_PROG_CC
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_PROG_LIBTOOL
+ AC_HEADER_DIRENT
+ AC_PREFIX_DEFAULT(/usr)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libtirpc.git/commitdiff/a754878ab1740f20f9e788f82e156c4eba13f9fb

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

Reply via email to