autoreconf didn't work properly, using the aarch64 patch instead
This commit is contained in:
parent
679a1088a5
commit
35c87de3b0
1144
libogg-aarch64.patch
Normal file
1144
libogg-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user