summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-12-16 16:44:39 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-12-16 22:06:38 -0500
commite9e3374e6d055d74da2c25cce91d8bd40f683a63 (patch)
treef08e36e2b493e7ac3341798e0c78c8cb35b8bda8 /net-misc
parentapp-arch/defluff: Update Manifest hashes. (diff)
downloadgentoo-e9e3374e6d055d74da2c25cce91d8bd40f683a63.tar.gz
gentoo-e9e3374e6d055d74da2c25cce91d8bd40f683a63.tar.bz2
gentoo-e9e3374e6d055d74da2c25cce91d8bd40f683a63.zip
net-misc/bfgminer: fix -no-pie for gcc-6, bug #640902
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/bfgminer/bfgminer-5.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/bfgminer/bfgminer-5.4.2.ebuild b/net-misc/bfgminer/bfgminer-5.4.2.ebuild
index b8a8a19ef1d6..bc1c33a674c6 100644
--- a/net-misc/bfgminer/bfgminer-5.4.2.ebuild
+++ b/net-misc/bfgminer/bfgminer-5.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -124,7 +124,7 @@ DEPEND="${DEPEND}
src_configure() {
local CFLAGS="${CFLAGS}"
local with_curses
- use hardened && CFLAGS="${CFLAGS} -nopie"
+ use hardened && CFLAGS="${CFLAGS} -no-pie"
if use ncurses; then
if use unicode; then