summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2017-10-25 15:53:06 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2017-10-25 15:53:06 +0200
commit3372a5ecbeaa719f733cccf67caf8f96b61f3d2c (patch)
tree0300c7acf8bfd9ec3ddc95b3130dfd4c29778e10 /dev-lisp/clisp/clisp-2.49-r101.ebuild
parentnet-firewall/nftables: fixing the rules creating bug 634804 (diff)
downloadgentoo-3372a5ecbeaa719f733cccf67caf8f96b61f3d2c.tar.gz
gentoo-3372a5ecbeaa719f733cccf67caf8f96b61f3d2c.tar.bz2
gentoo-3372a5ecbeaa719f733cccf67caf8f96b61f3d2c.zip
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
Diffstat (limited to 'dev-lisp/clisp/clisp-2.49-r101.ebuild')
-rw-r--r--dev-lisp/clisp/clisp-2.49-r101.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/clisp/clisp-2.49-r101.ebuild b/dev-lisp/clisp/clisp-2.49-r101.ebuild
index 7cf1812267c4..8948b19aea61 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