diff options
author | Sam James <sam@gentoo.org> | 2021-03-01 16:39:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-01 16:42:42 +0000 |
commit | c036209f5cab50905b59404163dd64852b378361 (patch) | |
tree | ae6feff3169c00bd457e9ecb926f652051e5c8c0 /net-misc/turbovnc | |
parent | media-radio/wsjtx: Add missing dependencies (diff) | |
download | gentoo-c036209f5cab50905b59404163dd64852b378361.tar.gz gentoo-c036209f5cab50905b59404163dd64852b378361.tar.bz2 gentoo-c036209f5cab50905b59404163dd64852b378361.zip |
net-misc/turbovnc: properly specify if we want OpenSSL
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/turbovnc')
-rw-r--r-- | net-misc/turbovnc/turbovnc-2.2.6.ebuild | 4 |
1 files 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 9c47e973cb1a..f7efb7cae7f7 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 |