autoreconf didn't work properly, using the aarch64 patch instead

This commit is contained in:
Jaromir Capik 2013-03-27 15:14:01 +01:00
parent 679a1088a5
commit 35c87de3b0
2 changed files with 1147 additions and 3 deletions

1144
libogg-aarch64.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,9 +6,10 @@ Release: 4%{?dist}
Group: System Environment/Libraries
License: BSD
URL: http://www.xiph.org/
Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
BuildRequires: autoconf >= 2.69-10
Patch0: libogg-aarch64.patch
%description
Libogg is a library for manipulating Ogg bitstream file formats.
@ -41,10 +42,9 @@ Documentation for developing applications with libogg
%prep
%setup -q
%patch0 -p1
%build
autoreconf -vif
sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
sed -i "s/-ffast-math//" configure
%configure --disable-static