From 6889bffe574a952efb33d3086123804a2a31d306 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 30 Mar 2010 13:35:40 +0000 Subject: [PATCH] add -f to autoreconf without it build fails due to libtool version mismatches --- pilot-link.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pilot-link.spec b/pilot-link.spec index be2153c..d910e69 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -2,7 +2,7 @@ Name: pilot-link Version: 0.12.4 -Release: 4%{?dist} +Release: 4%{?dist}.1 Epoch: 2 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL Group: Applications/Communications @@ -84,7 +84,7 @@ iconv -f windows-1252 -t UTF8 NEWS > NEWS.aux mv NEWS.aux NEWS %build -autoreconf -is +autoreconf -fis CFLAGS="%{optflags}" %configure \ --with-python=no \ --with-itcl=no \ @@ -185,6 +185,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 30 2010 Dennis Gilmore - 2:0.12.4-4.1 +- add -f to autoreconf to fix weirdness due to newer libtool + * Sun Nov 15 2009 Alex Lancaster - 2:0.12.4-4 - Better udev rules, thanks to Kevin Kofler