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

This commit is contained in:
Jens Petersen 2023-02-17 09:52:38 +08:00
parent 2028c84a17
commit 74a868708c
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ This package provides the Haskell %{pkg_name} profiling library.
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
%ifarch ppc64le
sed -e "s/ -rtsopts -with-rtsopts=-N//" %{pkg_name}.cabal
%endif
%build
# Begin cabal-rpm build: