Accepting request 766206 from devel:languages:haskell
- fix build on ix86 - add requires tags * needed for ghc-bootstrap-helpers OBS-URL: https://build.opensuse.org/request/show/766206 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bootstrap?expand=0&rev=16
This commit is contained in:
commit
f8a426fbca
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 19:00:28 UTC 2020 - Peter Trommler <ptrommler@icloud.com>
|
||||
|
||||
- Add requires tags
|
||||
* needed for ghc-bootstrap-helpers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 19:02:42 UTC 2019 - Peter Trommler <ptrommler@icloud.com>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%ifarch %{ix86}
|
||||
%define sysname deb9
|
||||
%endif
|
||||
%ifarch ppc64 ppc64le %{arm} aarch64 %{ix86}
|
||||
%ifarch ppc64 ppc64le %{arm} aarch64
|
||||
%define sysname unknown
|
||||
%endif
|
||||
|
||||
@ -79,13 +79,16 @@ BuildRequires: gmp-devel
|
||||
BuildRequires: libncurses5
|
||||
%ifnarch %{arm} s390x
|
||||
BuildRequires: libnuma-devel
|
||||
Requires: libnuma-devel
|
||||
%endif
|
||||
%ifarch aarch64 %{arm}
|
||||
BuildRequires: binutils-gold
|
||||
Requires: binutils-gold
|
||||
Requires: llvm6-devel
|
||||
%endif
|
||||
%ifarch s390x
|
||||
BuildRequires: libffi-devel
|
||||
Requires: libffi-devel
|
||||
%endif
|
||||
Requires: gmp-devel
|
||||
Requires: libncurses5
|
||||
|
Loading…
x
Reference in New Issue
Block a user