Gentoo Archives: gentoo-commits

From: "Magnus Granberg (zorry)" <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-virtualbox/files: xf86-video-virtualbox-link-lazy.patch
Date: Sun, 26 Feb 2012 12:48:45
Message-Id: 20120226124816.1A8A02004C@flycatcher.gentoo.org
1 zorry 12/02/26 12:48:16
2
3 Added: xf86-video-virtualbox-link-lazy.patch
4 Log:
5 Fix bug #394575 on hardened, link with lazy
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-link-lazy.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-link-lazy.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-link-lazy.patch?rev=1.1&content-type=text/plain
14
15 Index: xf86-video-virtualbox-link-lazy.patch
16 ===================================================================
17 2012-02-26 Magnus Granberg <zorry@g.o>
18
19 #394757
20 * Config.kmk TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.linux add -Wl,-z,lazy
21
22 --- Config.kmk 2011-12-19 13:58:30.000000000 +0100
23 +++ Config.kmk 2012-02-26 12:40:07.497810044 +0100
24 @@ -4429,7 +4429,7 @@ else # the gcc guys
25 TEMPLATE_VBOXGUESTR3EXE_TOOL := $(subst GXX,GCC,$(TEMPLATE_VBOXR3EXE_TOOL))
26 TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS = $(TEMPLATE_VBOXR3EXE_CXXFLAGS) -fno-exceptions
27 TEMPLATE_VBOXGUESTR3EXE_LDFLAGS = $(filter-out '$(VBOX_GCC_RPATH_OPT)%,$(TEMPLATE_VBOXR3EXE_LDFLAGS))
28 - TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.linux = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBOXR3EXE_LDFLAGS.linux))
29 + TEMPLATE_VBOXGUESTR3EXE_LDFLAGS.linux = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBOXR3EXE_LDFLAGS.linux)) -Wl,-z,lazy
30 endif
31 TEMPLATE_VBOXGUESTR3EXE_INST = $(INST_ADDITIONS)
32 TEMPLATE_VBOXGUESTR3EXE_DEFS := $(filter-out $(ARCH_BITS_DEFS), $(TEMPLATE_VBOXR3EXE_DEFS)) IN_GUEST IN_GUEST_R3 IN_RT_R3 $(VBOX_GC_ARCH_BITS_DEFS)