dev-lisp/clisp: Use correct gcc option, bug 635386
authorAndreas K. Huettel <dilfridge@gentoo.org>
Wed, 25 Oct 2017 13:53:06 +0000 (15:53 +0200)
committerAndreas K. Huettel <dilfridge@gentoo.org>
Wed, 25 Oct 2017 13:53:06 +0000 (15:53 +0200)
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
dev-lisp/clisp/clisp-2.49-r9.ebuild

index 7cf1812267c4b4f5b35a88bcb0e3e9c548b00092..8948b19aea61b1b598995167909a823e2275f5e9 100644 (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
index 017287c7dd49b4a393c7b5027fdd5f1bfb9a5826..d811dd150264cbaa02d226db01c32d43ba57deda 100644 (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