wok-next diff binutils/receipt @ rev 3188

binutils: Use libiberty.a (not the one from gcc)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 26 17:22:20 2009 +0200 (2009-05-26)
parents 583bdd691510
children 92e8ac5a4240
line diff
     1.1 --- a/binutils/receipt	Fri May 01 13:43:09 2009 +0200
     1.2 +++ b/binutils/receipt	Tue May 26 17:22:20 2009 +0200
     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  }