Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/turbovnc/
Date: Mon, 01 Mar 2021 16:42:56
Message-Id: 1614616962.c036209f5cab50905b59404163dd64852b378361.sam@gentoo
1 commit: c036209f5cab50905b59404163dd64852b378361
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 16:39:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 16:42:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c036209f
7
8 net-misc/turbovnc: properly specify if we want OpenSSL
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/turbovnc/turbovnc-2.2.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/turbovnc/turbovnc-2.2.6.ebuild b/net-misc/turbovnc/turbovnc-2.2.6.ebuild
16 index 9c47e973cb1..f7efb7cae7f 100644
17 --- a/net-misc/turbovnc/turbovnc-2.2.6.ebuild
18 +++ b/net-misc/turbovnc/turbovnc-2.2.6.ebuild
19 @@ -58,8 +58,8 @@ src_configure() {
20 # we catch e.g. ABI change
21 # (i.e. don't dlopen it)
22 mycmakeargs+=(
23 - -DTVNC_USETLS=ON
24 - -DTVNC_DLOPENSSL=0
25 + -DTVNC_USETLS="OpenSSL"
26 + -DTVNC_DLOPENSSL=OFF
27 )
28 fi
29 else