commit: e9e3374e6d055d74da2c25cce91d8bd40f683a63
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 21:44:39 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 03:06:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e3374e
net-misc/bfgminer: fix -no-pie for gcc-6, bug #640902
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-misc/bfgminer/bfgminer-5.4.2.ebuild | 4 ++--
1 file 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 b8a8a19ef1d..bc1c33a674c 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