Accepting request 309063 from home:oertel:branches:devel:languages:haskell
- on s390/s390x use "make -j2" to stabilize abi hashes (see also redhat bug 1212374) OBS-URL: https://build.opensuse.org/request/show/309063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=176
This commit is contained in:
parent
e3f8ef15a9
commit
b564f11091
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 13:15:52 CEST 2015 - ro@suse.de
|
||||
|
||||
- on s390/s390x use "make -j2" to stabilize abi hashes
|
||||
(see also redhat bug 1212374)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 09:19:09 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
8
ghc.spec
8
ghc.spec
@ -203,7 +203,11 @@ BUILD_DOCBOOK_HTML = NO
|
||||
HSCOLOUR_SRCS = NO
|
||||
EOF
|
||||
./configure --prefix=%{_builddir}/ghc-boot --with-system-libffi
|
||||
%ifnarch s390 s390x
|
||||
make %{?_smp_mflags}
|
||||
%else
|
||||
make -j 2
|
||||
%endif
|
||||
make install
|
||||
make clean
|
||||
%endif
|
||||
@ -254,7 +258,11 @@ export CFLAGS="${CFLAGS:-%optflags}"
|
||||
%{?ghc_boot:--with-ghc=%{_builddir}/ghc-boot/bin/ghc} \
|
||||
--with-system-libffi
|
||||
|
||||
%ifnarch s390 s390x
|
||||
make %{?_smp_mflags}
|
||||
%else
|
||||
make -j 2
|
||||
%endif
|
||||
|
||||
%install
|
||||
%ghc_suse_disable_debug_packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user