use libffi bcond for the ghc-tarballs removal too
This commit is contained in:
parent
256ed2a656
commit
6cb68b9d15
5
ghc.spec
5
ghc.spec
@ -125,7 +125,10 @@ They should be installed when GHC's profiling subsystem is needed.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# use system libraries
|
# use system libraries
|
||||||
rm -r ghc-tarballs
|
rm -r ghc-tarballs/{mingw,perl}
|
||||||
|
%if %{with libffi}
|
||||||
|
rm -r ghc-tarballs/libffi
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cat > mk/build.mk << EOF
|
cat > mk/build.mk << EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user