From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8D1AD138ACE for ; Tue, 18 Nov 2014 21:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F41DE0913; Tue, 18 Nov 2014 21:57:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21AD9E0901 for ; Tue, 18 Nov 2014 21:57:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4308934058B for ; Tue, 18 Nov 2014 21:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E35A0A694 for ; Tue, 18 Nov 2014 21:57:18 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1416347949.7d717d6413251a58a4ad004a1058da2ae22dd119.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: net-misc/openssh/openssh-6.6_p1-r99.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7d717d6413251a58a4ad004a1058da2ae22dd119 X-VCS-Branch: musl Date: Tue, 18 Nov 2014 21:57:18 +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: e317d6db-2265-4eb8-9d6b-f51508fd4592 X-Archives-Hash: 87514037f7939e767e4b1527809319d3 commit: 7d717d6413251a58a4ad004a1058da2ae22dd119 Author: Felix Janda posteo de> AuthorDate: Mon Nov 10 19:05:11 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Nov 18 21:59:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=7d717d64 net-misc/openssh: disable stack-protector for powerpc Signed-off-by: Anthony G. Basile gentoo.org> --- net-misc/openssh/openssh-6.6_p1-r99.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/openssh/openssh-6.6_p1-r99.ebuild b/net-misc/openssh/openssh-6.6_p1-r99.ebuild index 61acd18..3d51e6e 100644 --- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild +++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild @@ -180,7 +180,9 @@ src_configure() { append-ldflags -lutil fi + # __stack_chk_fail_local use x86 && myconf="${myconf} --without-stackprotect" + use ppc && myconf="${myconf} --without-stackprotect" econf \ --with-ldflags="${LDFLAGS}" \