diff options
author | Sergei Trofimovich <slyfox@inbox.ru> | 2017-04-12 22:29:37 +0100 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-16 09:18:02 -0400 |
commit | dd58c53399e75abcf0bb89a27ffc1675e434faae (patch) | |
tree | e7d456d7c5d155036c7cf1cb80f68611351c375d | |
parent | c8a3dea847bb9f87fa1876d0c6c3356d6226f121 (diff) | |
download | gnu-guix-dd58c53399e75abcf0bb89a27ffc1675e434faae.tar gnu-guix-dd58c53399e75abcf0bb89a27ffc1675e434faae.tar.gz |
gnu: glibc/linux: Re-enable parallel build.
Parallel build failure was fixed upstream as:
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=e8b6be0016f131c2ac72bf3213eabdb59800e63b
* gnu/packages/base.scm (glibc/linux): Re-enable parallel build.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
-rw-r--r-- | gnu/packages/base.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 7bcfd7a2e2..c568590214 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -541,10 +541,6 @@ store.") (arguments `(#:out-of-source? #t - ;; In version 2.21, there a race in the 'elf' directory, see - ;; <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00709.html>. - #:parallel-build? #f - ;; The libraries have an empty RUNPATH, but some, such as the versioned ;; libraries (libdl-2.24.so, etc.) have ld.so marked as NEEDED. Since ;; these libraries are always going to be found anyway, just skip |