From 84e451cfa840e4848ca23f69076d877073f25be9 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 5 Jan 2013 09:23:12 +0100 Subject: [PATCH] libtirpc: fix build with automake 1.13 --- libtirpc/Pkgfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtirpc/Pkgfile b/libtirpc/Pkgfile index a2ac00657..bbf68534a 100644 --- a/libtirpc/Pkgfile +++ b/libtirpc/Pkgfile @@ -4,7 +4,7 @@ name=libtirpc version=0.2.2 -release=3 +release=4 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2) build() { @@ -14,6 +14,10 @@ build() { # http://git.infradead.org/users/steved/libtirpc.git/patch/9bdcba10aa67ce3f67810c7aaac944a00dcfcee5 # because it breaks linking of other applications against libtirpc sed -i 's/des_crypt\.c//' src/Makefile.am + + # autmake 1.13 + sed -i 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac + aclocal automake