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 CF5E41391DB for ; Sat, 22 Mar 2014 13:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7D6DE0B43; Sat, 22 Mar 2014 13:44:54 +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 36D10E0B43 for ; Sat, 22 Mar 2014 13:44:54 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25F1633FD13 for ; Sat, 22 Mar 2014 13:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 691F318875 for ; Sat, 22 Mar 2014 13:44:51 +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: <1395495903.07c80e5acf14628024ef5f609f1be73993a7ea04.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: 07c80e5acf14628024ef5f609f1be73993a7ea04 X-VCS-Branch: musl Date: Sat, 22 Mar 2014 13:44:51 +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: d522c487-870d-48d5-8190-2426c0889aff X-Archives-Hash: 4055d6da79abd9cdc3256a7b8bbefcaf commit: 07c80e5acf14628024ef5f609f1be73993a7ea04 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Mar 22 13:45:03 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Mar 22 13:45:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=07c80e5a net-misc/openssh: see http://gcc.gnu.org/ml/gcc/2012-01/msg00012.html Package-Manager: portage-2.2.7 Manifest-Sign-Key: 0xF52D4BBA --- 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 b082439..379d385 100644 --- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild +++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild @@ -180,6 +180,8 @@ src_configure() { append-ldflags -lutil fi + use x86 && myconf="${myconf} --without-stackprotect" + econf \ --with-ldflags="${LDFLAGS}" \ --disable-strip \