net-libs/libssh: Fix cmake warning
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 29 Sep 2018 15:37:13 +0000 (17:37 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 29 Sep 2018 15:39:50 +0000 (17:39 +0200)
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>
net-libs/libssh/libssh-0.8.3.ebuild
net-libs/libssh/libssh-9999.ebuild

index d187c20721b6b830b7ba326a9820f640b77d912d..0c794b8a473e6847ff3dd2c21c2a49f3e43497fa 100644 (file)
@@ -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)"
        )
index d187c20721b6b830b7ba326a9820f640b77d912d..0c794b8a473e6847ff3dd2c21c2a49f3e43497fa 100644 (file)
@@ -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)"
        )