commit:     6ac58b40926478ccd90660925d31f99cc75c9883
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 01:40:04 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 01:45:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac58b40

net-libs/libssh: WITH_STATIC_LIB -> BUILD_SHARED_LIBS

Upstream commit 920c08eaf8fc8f51d6ce67ba0eb9bd989f997580

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/libssh/libssh-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libssh/libssh-9999.ebuild 
b/net-libs/libssh/libssh-9999.ebuild
index e5e2972dc6d..70e9e887037 100644
--- a/net-libs/libssh/libssh-9999.ebuild
+++ b/net-libs/libssh/libssh-9999.ebuild
@@ -79,7 +79,7 @@ multilib_src_configure() {
                -DWITH_PCAP="$(usex pcap)"
                -DWITH_SERVER="$(usex server)"
                -DWITH_SFTP="$(usex sftp)"
-               -DWITH_STATIC_LIB="$(usex static-libs)"
+               -DBUILD_SHARED_LIBS="$(usex !static-libs)"
                -DUNIT_TESTING="$(usex test)"
                -DWITH_ZLIB="$(usex zlib)"
        )

Reply via email to