Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:musl commit in: net-misc/openssh/
Date: Sat, 22 Mar 2014 13:44:57
Message-Id: 1395495903.07c80e5acf14628024ef5f609f1be73993a7ea04.blueness@gentoo
1 commit: 07c80e5acf14628024ef5f609f1be73993a7ea04
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 22 13:45:03 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 22 13:45:03 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=07c80e5a
7
8 net-misc/openssh: see http://gcc.gnu.org/ml/gcc/2012-01/msg00012.html
9
10 Package-Manager: portage-2.2.7
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 net-misc/openssh/openssh-6.6_p1-r99.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/net-misc/openssh/openssh-6.6_p1-r99.ebuild b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
18 index b082439..379d385 100644
19 --- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild
20 +++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
21 @@ -180,6 +180,8 @@ src_configure() {
22 append-ldflags -lutil
23 fi
24
25 + use x86 && myconf="${myconf} --without-stackprotect"
26 +
27 econf \
28 --with-ldflags="${LDFLAGS}" \
29 --disable-strip \