# HG changeset patch # User Aleksej Bobylev # Date 1456404437 -7200 # Node ID 0eaf094718f527e661a7d96e98fadda0d021ac50 # Parent 2f38aa1ac249823ca967a06c0f25525e9e0baf46 glibc: fix build (thanks az_ua) diff -r 2f38aa1ac249 -r 0eaf094718f5 glibc/receipt --- a/glibc/receipt Thu Feb 25 08:34:30 2016 -0300 +++ b/glibc/receipt Thu Feb 25 14:47:17 2016 +0200 @@ -49,7 +49,7 @@ --disable-profile --enable-add-ons \ --enable-kernel=2.6.30 --with-headers=/tools/include \ libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes && - make && + make -j1 && make install } || return 1 @@ -126,7 +126,7 @@ --build=$HOST_SYSTEM \ --host=$HOST_SYSTEM \ --target=$BUILD_SYSTEM && - make && make install_root=$DESTDIR install + make -j1 && make install_root=$DESTDIR install } || return 1 # If temporary toolchain was previously used, switch to regular toolchain.