testsuite: ppc64le RTS does not have -rtsopts=-N2

This commit is contained in:
Jens Petersen 2023-02-17 10:37:35 +08:00
parent c081d58405
commit f7f54e6467
1 changed files with 4 additions and 0 deletions

View File

@ -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: