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