Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/
Date: Wed, 25 Oct 2017 13:53:36
Message-Id: 1508939586.3372a5ecbeaa719f733cccf67caf8f96b61f3d2c.dilfridge@gentoo
1 commit: 3372a5ecbeaa719f733cccf67caf8f96b61f3d2c
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 25 13:53:06 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 25 13:53:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3372a5ec
7
8 dev-lisp/clisp: Use correct gcc option, bug 635386
9
10 Shame on me for only testing with gcc-6. Let's see
11 what explodes next.
12
13 Closes: https://bugs.gentoo.org/635386
14 Package-Manager: Portage-2.3.12, Repoman-2.3.3
15
16 dev-lisp/clisp/clisp-2.49-r101.ebuild | 2 +-
17 dev-lisp/clisp/clisp-2.49-r9.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-lisp/clisp/clisp-2.49-r101.ebuild b/dev-lisp/clisp/clisp-2.49-r101.ebuild
21 index 7cf1812267c..8948b19aea6 100644
22 --- a/dev-lisp/clisp/clisp-2.49-r101.ebuild
23 +++ b/dev-lisp/clisp/clisp-2.49-r101.ebuild
24 @@ -67,7 +67,7 @@ src_prepare() {
25
26 src_configure() {
27 # Bug 618170. If anyone has a better idea...
28 - append-flags -no-pie
29 + append-flags -fno-pie
30
31 # We need this to build on alpha/ia64
32 if use alpha || use ia64; then
33
34 diff --git a/dev-lisp/clisp/clisp-2.49-r9.ebuild b/dev-lisp/clisp/clisp-2.49-r9.ebuild
35 index 017287c7dd4..d811dd15026 100644
36 --- a/dev-lisp/clisp/clisp-2.49-r9.ebuild
37 +++ b/dev-lisp/clisp/clisp-2.49-r9.ebuild
38 @@ -65,7 +65,7 @@ src_prepare() {
39
40 src_configure() {
41 # Bug 618170. If anyone has a better idea...
42 - append-flags -no-pie
43 + append-flags -fno-pie
44
45 # We need this to build on alpha/ia64
46 if use alpha || use ia64; then