mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user