Accepting request 646490 from devel:languages:haskell

baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/646490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=284
This commit is contained in:
OBS User buildservice-autocommit 2018-11-06 13:40:36 +00:00 committed by Git OBS Bridge
parent 7d1b3916b2
commit 107e3e9da2
2 changed files with 2 additions and 14 deletions

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
Mon Oct 29 08:25:23 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of memory-constraints to avoid OOM errors
-------------------------------------------------------------------
Fri Oct 26 08:01:13 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Remove forced 'make -j2' for aarch64 and %arm
-------------------------------------------------------------------
Tue Oct 9 15:50:06 UTC 2018 - ptrommler@icloud.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -53,7 +53,6 @@ BuildRequires: libffi48-devel
BuildRequires: libffi-devel
%endif
BuildRequires: libtool
BuildRequires: memory-constraints
BuildRequires: ncurses-devel
BuildRequires: pkg-config
BuildRequires: xz
@ -265,8 +264,7 @@ export CFLAGS="${CFLAGS:-%optflags}"
--sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \
--with-system-libffi
%ifnarch s390 s390x
%limit_build -m 2000
%ifnarch aarch64 %{arm} s390 s390x
make %{?_smp_mflags}
%else
make -j 2