Revert "don't use arch-specific buildrequires without any good reason (#825322)"
This reverts commit 026ad9c7a7
.
This patch breaks the build on ppc.
This commit is contained in:
parent
029d1ff463
commit
cd7223a164
@ -71,7 +71,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: flex bison binutils python
|
BuildRequires: flex bison binutils python
|
||||||
BuildRequires: ncurses-devel xz-devel
|
BuildRequires: ncurses-devel xz-devel
|
||||||
BuildRequires: freetype-devel libusb-devel
|
BuildRequires: freetype-devel libusb-devel
|
||||||
BuildRequires: glibc-devel glibc-static
|
%ifarch %{sparc} x86_64
|
||||||
|
BuildRequires: /usr/lib64/crt1.o glibc-static
|
||||||
|
%else
|
||||||
|
BuildRequires: /usr/lib/crt1.o glibc-static
|
||||||
|
%endif
|
||||||
BuildRequires: autoconf automake autogen device-mapper-devel
|
BuildRequires: autoconf automake autogen device-mapper-devel
|
||||||
BuildRequires: freetype-devel gettext-devel git
|
BuildRequires: freetype-devel gettext-devel git
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user