testsuite: ppc64le RTS does not have -rtsopts=-N2
This commit is contained in:
parent
c081d58405
commit
f7f54e6467
@ -96,6 +96,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%setup -q -n %{pkgver}
|
||||
# End cabal-rpm setup
|
||||
|
||||
%ifarch ppc64le
|
||||
sed -i -e "s/ -with-rtsopts=-N2//" %{pkg_name}.cabal
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
# Begin cabal-rpm build:
|
||||
|
Loading…
Reference in New Issue
Block a user