Fix FTBFS
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
755a2cf2e7
commit
cbbfdde160
@ -11,6 +11,7 @@ Source1: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version
|
||||
|
||||
BuildRequires: perl(Env)
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: gcc
|
||||
@ -55,7 +56,7 @@ include linker, library manager, loader, and information dump.
|
||||
tar xJf %{SOURCE1} --strip-components 1
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
autoreconf -vfi
|
||||
%configure
|
||||
%if %{with documentation}
|
||||
make everything %{?_smp_mflags}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user