commit: c036209f5cab50905b59404163dd64852b378361
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 1 16:39:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 1 16:42:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c036209f
net-misc/turbovnc: properly specify if we want OpenSSL
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/turbovnc/turbovnc-2.2.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/turbovnc/turbovnc-2.2.6.ebuild
b/net-misc/turbovnc/turbovnc-2.2.6.ebuild
index 9c47e973cb1..f7efb7cae7f 100644
--- a/net-misc/turbovnc/turbovnc-2.2.6.ebuild
+++ b/net-misc/turbovnc/turbovnc-2.2.6.ebuild
@@ -58,8 +58,8 @@ src_configure() {
# we catch e.g. ABI change
# (i.e. don't dlopen it)
mycmakeargs+=(
- -DTVNC_USETLS=ON
- -DTVNC_DLOPENSSL=0
+ -DTVNC_USETLS="OpenSSL"
+ -DTVNC_DLOPENSSL=OFF
)
fi
else