ppc64le: disable doctest threads

This commit is contained in:
Jens Petersen 2023-02-17 19:08:42 +08:00
parent fd19430c52
commit efd4a3bae9

View File

@ -89,6 +89,9 @@ library.
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
# End cabal-rpm setup
%ifarch ppc64le
sed -i -e "s/ -rtsopts -with-rtsopts=-N//" %{pkg_name}.cabal
%endif
%build