Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/
Date: Mon, 23 Nov 2015 01:05:10
Message-Id: 1448241099.40c27d23ec9cd66bc8c0c93f3ad0ec0ab32ca22e.blueness@gentoo
1 commit: 40c27d23ec9cd66bc8c0c93f3ad0ec0ab32ca22e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 23 01:11:39 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 23 01:11:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c27d23
7
8 dev-util/valgrind: don't filter -pie, bug #566062.
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-util/valgrind/valgrind-3.11.0.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/dev-util/valgrind/valgrind-3.11.0.ebuild b/dev-util/valgrind/valgrind-3.11.0.ebuild
16 index 8b2d9ca..b91a2a2 100644
17 --- a/dev-util/valgrind/valgrind-3.11.0.ebuild
18 +++ b/dev-util/valgrind/valgrind-3.11.0.ebuild
19 @@ -52,14 +52,11 @@ src_configure() {
20
21 # -fomit-frame-pointer "Assembler messages: Error: junk `8' after expression"
22 # while compiling insn_sse.c in none/tests/x86
23 - # -fpie valgrind seemingly hangs when built with pie on
24 - # amd64 (bug #102157)
25 # -fstack-protector more undefined references to __guard and __stack_smash_handler
26 # because valgrind doesn't link to glibc (bug #114347)
27 # -m64 -mx32 for multilib-portage, bug #398825
28 # -ggdb3 segmentation fault on startup
29 filter-flags -fomit-frame-pointer
30 - filter-flags -fpie
31 filter-flags -fstack-protector
32 filter-flags -m64 -mx32
33 replace-flags -ggdb3 -ggdb2