vapier      16/02/17 16:42:34

  Modified:             README.history
  Added:                00_all_0029-Fix-parallel-build-error.patch
  Log:
  add upstream parallel build fix #574948

Revision  Changes    Path
1.10                 src/patchsets/glibc/2.21/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/README.history?r1=1.9&r2=1.10

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.21/README.history,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- README.history      17 Feb 2016 03:54:51 -0000      1.9
+++ README.history      17 Feb 2016 16:42:33 -0000      1.10
@@ -1,6 +1,7 @@
-7              [pending]
+7              17 Feb 2016
        + 00_all_0028-CVE-2015-7547-getaddrinfo-stack-based-buffer-overflo.patch
        D 10_all_glibc-CVE-2015-7547.patch
+       + 00_all_0029-Fix-parallel-build-error.patch
 
 6              16 Feb 2016
        + 00_all_0023-CVE-2014-8121-Do-not-close-NSS-files-database-during.patch



1.1                  
src/patchsets/glibc/2.21/00_all_0029-Fix-parallel-build-error.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/00_all_0029-Fix-parallel-build-error.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.21/00_all_0029-Fix-parallel-build-error.patch?rev=1.1&content-type=text/plain

Index: 00_all_0029-Fix-parallel-build-error.patch
===================================================================
>From 741e293d9b93e6c8a8926724502237417bd0adbc Mon Sep 17 00:00:00 2001
From: Andreas Schwab <sch...@suse.de>
Date: Mon, 2 Mar 2015 15:47:56 +0100
Subject: [PATCH] Fix parallel build error

https://bugs.gentoo.org/74948

(cherry picked from commit e8b6be0016f131c2ac72bf3213eabdb59800e63b)
(cherry picked from commit e04da210f7cd564c46a8db0e15a0c6e726f3977e)
---
 elf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/Makefile b/elf/Makefile
index 4882410..4813fcc 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -358,7 +358,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
 
 $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
 $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
-       $(name-target-directory)
+       $(make-target-directory)
        echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
                > ${@:st=T}
        $(move-if-change) ${@:st=T} ${@:st=h}
-- 
2.6.2





Reply via email to