add -f to autoreconf without it build fails due to libtool version
mismatches
This commit is contained in:
parent
9755cde3e2
commit
6889bffe57
@ -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 <dennis@ausil.us> - 2:0.12.4-4.1
|
||||
- add -f to autoreconf to fix weirdness due to newer libtool
|
||||
|
||||
* Sun Nov 15 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2:0.12.4-4
|
||||
- Better udev rules, thanks to Kevin Kofler
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user