use libffi bcond for the ghc-tarballs removal too

epel9
Jens Petersen 14 years ago
parent da2d519cd6
commit 898edc65df

@ -125,7 +125,10 @@ They should be installed when GHC's profiling subsystem is needed.
%endif
# use system libraries
rm -r ghc-tarballs
rm -r ghc-tarballs/{mingw,perl}
%if %{with libffi}
rm -r ghc-tarballs/libffi
%endif
%build
cat > mk/build.mk << EOF

Loading…
Cancel
Save