Run autoreconf to overwrite old scripts => recognize aarch64
This commit is contained in:
parent
84c1404c3f
commit
d9ec800b6a
@ -1,6 +1,6 @@
|
||||
Name: libburn
|
||||
Version: 1.2.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for reading, mastering and writing optical discs
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -47,7 +47,8 @@ features from the command line.
|
||||
%setup -q
|
||||
%patch0 -p1 -b .multilibdoc
|
||||
echo "<!-- empty html footer do defeat multilib conflicts - do not insert current time -->" > doc/empty_footer.html
|
||||
|
||||
#overwrite old autoconf scripts which do not recognize aarch64
|
||||
autoreconf -vfi
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -88,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 02 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.8-2
|
||||
- Run autoreconf to overwrite old scripts => recognize aarch64
|
||||
|
||||
* Tue Mar 19 2013 Robert Scheck <robert@fedoraproject.org> 1.2.8-1
|
||||
- Update to upstream 1.2.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user