wok-6.x rev 10579
elfutils: cook dont need this code, binutils and the toolchain is default in a cook environment) + STOP commit in toolchain, we are in final fix stage on tank
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 01:47:30 2011 +0200 (2011-05-26) |
parents | 3bc4a50f1694 |
children | 3fc135d04ae4 |
files | elfutils/receipt |
line diff
1.1 --- a/elfutils/receipt Wed May 25 19:38:36 2011 +0000 1.2 +++ b/elfutils/receipt Thu May 26 01:47:30 2011 +0200 1.3 @@ -13,15 +13,11 @@ 1.4 WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL" 1.5 1.6 DEPENDS="glibc-base elfutils" 1.7 -#BUILD_DEPENDS="binutils" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 cd $src 1.13 - if [ -x /usr/bin/cook ]; then 1.14 - [ -d "/var/lib/tazpkg/installed/binutils" ] || tazpkg get-install binutils 1.15 - fi 1.16 ./configure $CONFIGURE_ARGS && 1.17 make && make check && make install 1.18 }