commit: 3372a5ecbeaa719f733cccf67caf8f96b61f3d2c Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Oct 25 13:53:06 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 13:53:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3372a5ec
dev-lisp/clisp: Use correct gcc option, bug 635386 Shame on me for only testing with gcc-6. Let's see what explodes next. Closes: https://bugs.gentoo.org/635386 Package-Manager: Portage-2.3.12, Repoman-2.3.3 dev-lisp/clisp/clisp-2.49-r101.ebuild | 2 +- dev-lisp/clisp/clisp-2.49-r9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/clisp/clisp-2.49-r101.ebuild b/dev-lisp/clisp/clisp-2.49-r101.ebuild index 7cf1812267c..8948b19aea6 100644 --- a/dev-lisp/clisp/clisp-2.49-r101.ebuild +++ b/dev-lisp/clisp/clisp-2.49-r101.ebuild @@ -67,7 +67,7 @@ src_prepare() { src_configure() { # Bug 618170. If anyone has a better idea... - append-flags -no-pie + append-flags -fno-pie # We need this to build on alpha/ia64 if use alpha || use ia64; then diff --git a/dev-lisp/clisp/clisp-2.49-r9.ebuild b/dev-lisp/clisp/clisp-2.49-r9.ebuild index 017287c7dd4..d811dd15026 100644 --- a/dev-lisp/clisp/clisp-2.49-r9.ebuild +++ b/dev-lisp/clisp/clisp-2.49-r9.ebuild @@ -65,7 +65,7 @@ src_prepare() { src_configure() { # Bug 618170. If anyone has a better idea... - append-flags -no-pie + append-flags -fno-pie # We need this to build on alpha/ia64 if use alpha || use ia64; then
