revert the removal of ghci HS*.o lib files (see http://hackage.haskell.org/trac/ghc/ticket/7249)
This commit is contained in:
parent
ac56c4ea87
commit
f39feba3da
4
ghc.spec
4
ghc.spec
@ -260,9 +260,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
# this should be done in the buildsys
|
||||
find %{buildroot} -type f -name "HS*.o" -delete
|
||||
|
||||
for i in %{ghc_packages_list}; do
|
||||
name=$(echo $i | sed -e "s/\(.*\)-.*/\1/")
|
||||
ver=$(echo $i | sed -e "s/.*-\(.*\)/\1/")
|
||||
@ -435,7 +432,6 @@ fi
|
||||
- use Karel Gardas' ARM hardfloat patch committed upstream
|
||||
- use _smp_mflags again
|
||||
- disable Cabal building ghci lib files
|
||||
- forcibly remove HS*.o files from ghc libs for now
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user