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 3692A138334 for ; Sat, 29 Sep 2018 15:40:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E2D1E0909; Sat, 29 Sep 2018 15:40:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DBB9E0909 for ; Sat, 29 Sep 2018 15:40:10 +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 559CF335CE9 for ; Sat, 29 Sep 2018 15:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E913CB for ; Sat, 29 Sep 2018 15:40:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538235590.367e142c2ee40148b882f8cac819084df8324301.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libssh/libssh-0.8.3.ebuild net-libs/libssh/libssh-9999.ebuild X-VCS-Directories: net-libs/libssh/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 367e142c2ee40148b882f8cac819084df8324301 X-VCS-Branch: master Date: Sat, 29 Sep 2018 15:40:06 +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: a2925348-2d35-442c-a18d-08b831d28238 X-Archives-Hash: dbd7b2cbff5b5c0fb2901fa66ec10cd1 commit: 367e142c2ee40148b882f8cac819084df8324301 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 29 15:37:13 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 29 15:39:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367e142c net-libs/libssh: Fix cmake warning Follow-up to commit 9acfbf506aef6feb95d6d8c6896bc840fd609f2e Closes: https://bugs.gentoo.org/667278 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libssh/libssh-0.8.3.ebuild | 3 ++- net-libs/libssh/libssh-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-libs/libssh/libssh-0.8.3.ebuild b/net-libs/libssh/libssh-0.8.3.ebuild index d187c20721b..0c794b8a473 100644 --- a/net-libs/libssh/libssh-0.8.3.ebuild +++ b/net-libs/libssh/libssh-0.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -73,6 +73,7 @@ multilib_src_configure() { -DWITH_SERVER="$(usex server)" -DWITH_SFTP="$(usex sftp)" -DWITH_STACK_PROTECTOR=OFF + -DWITH_STACK_PROTECTOR_STRONG=OFF -DWITH_STATIC_LIB="$(usex static-libs)" -DWITH_ZLIB="$(usex zlib)" ) diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index d187c20721b..0c794b8a473 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -73,6 +73,7 @@ multilib_src_configure() { -DWITH_SERVER="$(usex server)" -DWITH_SFTP="$(usex sftp)" -DWITH_STACK_PROTECTOR=OFF + -DWITH_STACK_PROTECTOR_STRONG=OFF -DWITH_STATIC_LIB="$(usex static-libs)" -DWITH_ZLIB="$(usex zlib)" )