From 19deca5fe854080ec08659ceb722bafe2243b9be Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 23 Nov 2012 12:07:50 +0100 Subject: [PATCH] libvncserver: add comment for --without-crypto --without-ssl when gnutls is forced --- x11/libvncserver/libvncserver.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/libvncserver/libvncserver.conf b/x11/libvncserver/libvncserver.conf index 284dbcd42..e4635ceb1 100644 --- a/x11/libvncserver/libvncserver.conf +++ b/x11/libvncserver/libvncserver.conf @@ -22,7 +22,9 @@ if atstage cross; then fi if pkginstalled -f gnutls; then - var_append extraconfopt ' ' "--with-gnutls=$( pkgprefix -r gnutls ) --without-crypto --without-ssl" + var_append extraconfopt ' ' "--with-gnutls=$( pkgprefix -r gnutls )" + # make sure that we do not link against openssl's lib{crypto,ssl} + var_append extraconfopt ' ' "--without-crypto --without-ssl" fi if ! pkginstalled -f libgcrypt; then