wok diff gcc/receipt @ rev 9942
pth: Change deps. We just need libltld
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 12:04:33 2011 +0200 (2011-05-18) |
parents | e393bc63082b |
children | 3653f7168b43 |
line diff
1.1 --- a/gcc/receipt Sun May 08 20:54:33 2011 +0200 1.2 +++ b/gcc/receipt Wed May 18 12:04:33 2011 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 # We need gawk since busybox awk is not sufficient. We have BUILD_DEPENDS 1.5 # for cookutils that are not used by tazwok/cook-toolchain since it install 1.6 # and use it's own copy. 1.7 -DEPENDS="libgomp gcc-lib-base mpc-library elfutils" 1.8 +DEPENDS="libgomp libobjc gcc-lib-base mpc-library elfutils" 1.9 BUILD_DEPENDS="elfutils mpc-library mpfr mpfr-dev gmp gmp-dev elfutils \ 1.10 elfutils-dev gawk" 1.11 1.12 @@ -158,7 +158,8 @@ 1.13 rm $fs/usr/lib/libgcc_s.so* 1.14 rm $fs/usr/lib/libstdc++.so* 1.15 rm $fs/usr/lib/libgomp.so* 1.16 - 1.17 + rm $fs/usr/lib/libobjc.so* 1.18 + 1.19 # Include files. 1.20 cp -a $_pkg/usr/include $fs/usr 1.21