diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-29 17:37:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-29 17:39:50 +0200 |
commit | 367e142c2ee40148b882f8cac819084df8324301 (patch) | |
tree | 807ced0ba17265e6980f697966a230b68753a715 /net-libs | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.130 (diff) | |
download | gentoo-367e142c2ee40148b882f8cac819084df8324301.tar.gz gentoo-367e142c2ee40148b882f8cac819084df8324301.tar.bz2 gentoo-367e142c2ee40148b882f8cac819084df8324301.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/libssh-0.8.3.ebuild | 3 | ||||
-rw-r--r-- | 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 d187c20721b6..0c794b8a473e 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 d187c20721b6..0c794b8a473e 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)" ) |