summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 02:40:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 02:45:00 +0100
commit6ac58b40926478ccd90660925d31f99cc75c9883 (patch)
treed1d1656a523b74e050558b2d13c7b218c75d522c /net-libs/libssh
parentnet-libs/libssh: BDEPEND++ (diff)
downloadgentoo-6ac58b40926478ccd90660925d31f99cc75c9883.tar.gz
gentoo-6ac58b40926478ccd90660925d31f99cc75c9883.tar.bz2
gentoo-6ac58b40926478ccd90660925d31f99cc75c9883.zip
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@gentoo.org>
Diffstat (limited to 'net-libs/libssh')
-rw-r--r--net-libs/libssh/libssh-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
index e5e2972dc6d9..70e9e887037f 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)"
)