wok-6.x diff glibc/receipt @ rev 7593
Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 10 19:35:10 2010 +0100 (2010-12-10) |
parents | 8f591bab8b6f |
children | c906b3acf847 |
line diff
1.1 --- a/glibc/receipt Thu May 27 08:34:49 2010 +0200 1.2 +++ b/glibc/receipt Fri Dec 10 19:35:10 2010 +0100 1.3 @@ -32,7 +32,7 @@ 1.4 --enable-kernel=2.6.18 \ 1.5 --libexecdir=/usr/lib/glibc \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 + make -j 4 && 1.9 make install_root=$(cd ../$PACKAGE-$VERSION ; pwd)/_pkg install 1.10 } 1.11