From: Sven Wegener Date: Mon, 25 Mar 2019 05:11:30 +0000 (+0000) Subject: net-misc/cgminer: -nopie -> -no-pie X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a0c25e16323e6ecc948112b65daf79be6d84d520;p=gentoo.git net-misc/cgminer: -nopie -> -no-pie Signed-off-by: Sven Wegener Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/net-misc/cgminer/cgminer-4.10.0.ebuild b/net-misc/cgminer/cgminer-4.10.0.ebuild index 9f112f4a838b..1ac87f413dbc 100644 --- a/net-misc/cgminer/cgminer-4.10.0.ebuild +++ b/net-misc/cgminer/cgminer-4.10.0.ebuild @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_configure() { - use hardened && append-cflags "-nopie" + use hardened && append-cflags "-no-pie" # PKG_CHECK_MODULES needs PKG_CONFIG for --with-system-jansson. export PKG_CONFIG="$(tc-getPKG_CONFIG)" diff --git a/net-misc/cgminer/cgminer-4.9.2.ebuild b/net-misc/cgminer/cgminer-4.9.2.ebuild index 68b775d5d850..6cf544e6b085 100644 --- a/net-misc/cgminer/cgminer-4.9.2.ebuild +++ b/net-misc/cgminer/cgminer-4.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ DEPEND="virtual/pkgconfig ${RDEPEND}" src_configure() { - use hardened && append-cflags "-nopie" + use hardened && append-cflags "-no-pie" # PKG_CHECK_MODULES needs PKG_CONFIG for --with-system-jansson. export PKG_CONFIG=/usr/bin/pkg-config