wok diff glibc/receipt @ rev 19091
Add brower-html5 virtual package
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 10:11:21 2016 +0200 (2016-05-01) |
parents | 9b7c1ea86466 |
children | faaf4f7a0acc |
line diff
1.1 --- a/glibc/receipt Wed Feb 24 23:14:23 2016 +0200 1.2 +++ b/glibc/receipt Sun May 01 10:11:21 2016 +0200 1.3 @@ -49,7 +49,7 @@ 1.4 --disable-profile --enable-add-ons \ 1.5 --enable-kernel=2.6.30 --with-headers=/tools/include \ 1.6 libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes && 1.7 - make && 1.8 + make -j1 && 1.9 make install 1.10 } || return 1 1.11 1.12 @@ -126,7 +126,7 @@ 1.13 --build=$HOST_SYSTEM \ 1.14 --host=$HOST_SYSTEM \ 1.15 --target=$BUILD_SYSTEM && 1.16 - make && make install_root=$DESTDIR install 1.17 + make -j1 && make install_root=$DESTDIR install 1.18 } || return 1 1.19 1.20 # If temporary toolchain was previously used, switch to regular toolchain.