]> git.pld-linux.org Git - packages/libtirpc.git/commitdiff
- fix issue with latest automake auto/th/libtirpc-0.2.3-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Mar 2013 13:14:09 +0000 (14:14 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Mar 2013 13:14:09 +0000 (14:14 +0100)
libtirpc-am.patch [new file with mode: 0644]
libtirpc.spec

diff --git a/libtirpc-am.patch b/libtirpc-am.patch
new file mode 100644 (file)
index 0000000..f519f5a
--- /dev/null
@@ -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)
index be00fbf85d4616103d147b61c915fcbc37dc58ca..2cf58da28e2d91e58408b4d72408043883bce33d 100644 (file)
@@ -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}
This page took 0.150034 seconds and 4 git commands to generate.