Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Sat, 29 Sep 2018 15:40:11
Message-Id: 1538235590.367e142c2ee40148b882f8cac819084df8324301.asturm@gentoo
1 commit: 367e142c2ee40148b882f8cac819084df8324301
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 15:37:13 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 15:39:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367e142c
7
8 net-libs/libssh: Fix cmake warning
9
10 Follow-up to commit 9acfbf506aef6feb95d6d8c6896bc840fd609f2e
11
12 Closes: https://bugs.gentoo.org/667278
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 net-libs/libssh/libssh-0.8.3.ebuild | 3 ++-
17 net-libs/libssh/libssh-9999.ebuild | 3 ++-
18 2 files changed, 4 insertions(+), 2 deletions(-)
19
20 diff --git a/net-libs/libssh/libssh-0.8.3.ebuild b/net-libs/libssh/libssh-0.8.3.ebuild
21 index d187c20721b..0c794b8a473 100644
22 --- a/net-libs/libssh/libssh-0.8.3.ebuild
23 +++ b/net-libs/libssh/libssh-0.8.3.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -73,6 +73,7 @@ multilib_src_configure() {
31 -DWITH_SERVER="$(usex server)"
32 -DWITH_SFTP="$(usex sftp)"
33 -DWITH_STACK_PROTECTOR=OFF
34 + -DWITH_STACK_PROTECTOR_STRONG=OFF
35 -DWITH_STATIC_LIB="$(usex static-libs)"
36 -DWITH_ZLIB="$(usex zlib)"
37 )
38
39 diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
40 index d187c20721b..0c794b8a473 100644
41 --- a/net-libs/libssh/libssh-9999.ebuild
42 +++ b/net-libs/libssh/libssh-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -73,6 +73,7 @@ multilib_src_configure() {
50 -DWITH_SERVER="$(usex server)"
51 -DWITH_SFTP="$(usex sftp)"
52 -DWITH_STACK_PROTECTOR=OFF
53 + -DWITH_STACK_PROTECTOR_STRONG=OFF
54 -DWITH_STATIC_LIB="$(usex static-libs)"
55 -DWITH_ZLIB="$(usex zlib)"
56 )