net-misc/bfgminer: fix -no-pie for gcc-6, bug #640902
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 16 Dec 2017 21:44:39 +0000 (16:44 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sun, 17 Dec 2017 03:06:38 +0000 (22:06 -0500)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

net-misc/bfgminer/bfgminer-5.4.2.ebuild

index b8a8a19ef1d63fd6ccf80928ce69b5731ee66e8b..bc1c33a674c67a479366368025e4f62819189954 100644 (file)
@@ -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