Browse Source

libvncserver: add comment for --without-crypto --without-ssl when gnutls is forced

user/chris/next/0.4
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
19deca5fe8
  1. 4
      x11/libvncserver/libvncserver.conf

4
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

Loading…
Cancel
Save