From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F23C139694 for ; Fri, 16 Jun 2017 22:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79094E0BEF; Fri, 16 Jun 2017 22:32:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59B5AE0BEF for ; Fri, 16 Jun 2017 22:32:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C05D341893 for ; Fri, 16 Jun 2017 22:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD5A7477 for ; Fri, 16 Jun 2017 22:32:26 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1497652323.50369f627584bccddd7e270256c13b1d5bb340c8.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dietlibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild X-VCS-Directories: dev-libs/dietlibc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 50369f627584bccddd7e270256c13b1d5bb340c8 X-VCS-Branch: master Date: Fri, 16 Jun 2017 22:32:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf078ab2-38b6-48fd-92b4-fc464b65f1eb X-Archives-Hash: 7be1d59fac96d54ab8c77b514f2e6a73 commit: 50369f627584bccddd7e270256c13b1d5bb340c8 Author: Matthias Maier gentoo org> AuthorDate: Fri Jun 16 22:24:24 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Jun 16 22:32:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50369f62 dev-libs/dietlibc: use tc-enables-pie instead of gcc-specs-pie Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild | 4 ++-- dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild b/dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild index 1fd0e978af7..62b7fabdd9c 100644 --- a/dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild +++ b/dev-libs/dietlibc/dietlibc-0.33_pre20110403.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="3" @@ -41,7 +41,7 @@ pkg_setup() { -Wno-unused -Wredundant-decls -fno-strict-aliasing # only use -nopie on archs that support it - gcc-specs-pie && append-flags -nopie + tc-enables-pie && append-flags -nopie } src_compile() { diff --git a/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild b/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild index 399e1e780b9..c35bb403afe 100644 --- a/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild +++ b/dev-libs/dietlibc/dietlibc-0.34_pre20140729.ebuild @@ -36,7 +36,7 @@ src_prepare() { append-flags $(test-flags -fno-stack-protector) # only use -nopie on archs that support it - gcc-specs-pie && append-flags -nopie + tc-enables-pie && append-flags -nopie sed -i -e 's:strip::' Makefile || die append-flags -Wa,--noexecstack