wok-next diff glibc/receipt @ rev 10401
usbutils: can't make udev look for usb.ids gziped in misc, so leave it in /usr/share
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 03:13:22 2011 +0200 (2011-05-24) |
parents | df16b3fe1a42 |
children | f7fe51b9dfae |
line diff
1.1 --- a/glibc/receipt Sat May 21 03:11:49 2011 +0200 1.2 +++ b/glibc/receipt Tue May 24 03:13:22 2011 +0200 1.3 @@ -19,13 +19,6 @@ 1.4 cook_tmp_toolchain() 1.5 { 1.6 cd $src 1.7 - 1.8 - # SliTaz is a Busybox based OS, why we so small and fast. Using gawk by 1.9 - # default to build package will not ensure package work with Busybox awk 1.10 - # and so should NOT be use to cook. 1.11 - if [ -x /usr/bin/cook ]; then 1.12 - [ -d "/var/lib/tazpkg/installed/gawk" ] || tazpkg get-install gawk 1.13 - fi 1.14 1.15 # Fix a bug that prevents Glibc from building with GCC-4.5.2: 1.16 patch -Np1 -i $stuff/glibc-2.13-gcc_fix-1.patch 1.17 @@ -61,6 +54,14 @@ 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 + 1.22 + # SliTaz is a Busybox based OS, why we so small and fast. Using gawk by 1.23 + # default to build package will not ensure package work with Busybox awk 1.24 + # and so should NOT be use to cook. 1.25 + if [ -x /usr/bin/cook ]; then 1.26 + [ -d "/var/lib/tazpkg/installed/gawk" ] || tazpkg get-install gawk 1.27 + fi 1.28 + 1.29 # Following patches and sed fixes comes from LFS development book: 1.30 # http://www.linuxfromscratch.org/lfs/view/development/chapter06/glibc.html 1.31 DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')