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
This commit is contained in:
Andreas K. Huettel
2017-10-25 15:53:06 +02:00
parent e1070a6a8e
commit 3372a5ecbe
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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