Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sandbox/files: sandbox-2.6-no-pch.patch
Date: Thu, 28 Nov 2013 00:51:52
Message-Id: 20131128005148.07F1320005@flycatcher.gentoo.org
1 vapier 13/11/28 00:51:48
2
3 Added: sandbox-2.6-no-pch.patch
4 Log:
5 Disable pch logic for now #425524 by J.C. Wren.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.1 sys-apps/sandbox/files/sandbox-2.6-no-pch.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/files/sandbox-2.6-no-pch.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sandbox/files/sandbox-2.6-no-pch.patch?rev=1.1&content-type=text/plain
14
15 Index: sandbox-2.6-no-pch.patch
16 ===================================================================
17 gcc crashes when trying to use pch under hardened kernels
18
19 http://bugs.gentoo.org/425524
20
21 --- Makefile.in
22 +++ Makefile.in
23 @@ -300,7 +300,7 @@
24 src \
25 tests
26
27 -SANDBOX_PCH = headers.h.gch libsandbox/headers.h.gch libsbutil/headers.h.gch
28 +SANDBOX_PCH =
29 BUILT_SOURCES = $(SANDBOX_PCH)
30 noinst_LTLIBRARIES = libpch.la
31 nodist_libpch_la_SOURCES = $(SANDBOX_PCH)
32 @@ -862,10 +862,9 @@
33 $(builddir)/headers.h.gch: headers.h
34 $(AM_V_GEN)$(COMPILE) -c -o $@.o $< && $(GCH_CP)
35
36 -libsbutil: libsbutil/headers.h.gch
37 -libsandbox: libsbutil libsandbox/headers.h.gch
38 -src: libsbutil headers.h.gch
39 -tests: src headers.h.gch
40 +libsandbox: libsbutil
41 +src: libsbutil
42 +tests: src
43
44 ChangeLog:
45 touch ChangeLog