wok-next diff binutils/receipt @ rev 3295
add sip for PyQt
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Fri Jun 05 19:25:43 2009 +0000 (2009-06-05) |
parents | 583bdd691510 |
children | 92e8ac5a4240 |
line diff
1.1 --- a/binutils/receipt Fri May 01 13:43:09 2009 +0200 1.2 +++ b/binutils/receipt Fri Jun 05 19:25:43 2009 +0000 1.3 @@ -9,7 +9,6 @@ 1.4 DEPENDS="zlib" 1.5 WEB_SITE="http://www.gnu.org/software/binutils/" 1.6 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.7 -#WGET_URL="ftp://sourceware.org/pub/binutils/snapshots/$TARBALL" 1.8 1.9 # Rules to configure and make the package. 1.10 # 1.11 @@ -43,7 +42,7 @@ 1.12 # libiberty.h 1.13 cp -a $src/include/libiberty.h $fs/usr/include 1.14 1.15 - # Remove libiberty.a (use the one from GCC) and 'strings' (Busybox). 1.16 - rm $fs/usr/lib/libiberty.a 1.17 + # Remove 'strings' (Busybox). 1.18 + #rm $fs/usr/lib/libiberty.a 1.19 rm $fs/usr/bin/strings 1.20 }