Commit cfceecdd authored by Rafaël Carré's avatar Rafaël Carré

contribs: gnutls: fix linking

modules/misc/gnutls.c:789: undefined reference to `gnutls_certificate_set_x509_crl_file'
parent b10704cf
...@@ -26,7 +26,6 @@ GNUTLS_CONF := \ ...@@ -26,7 +26,6 @@ GNUTLS_CONF := \
--disable-psk-authentication-FIXME \ --disable-psk-authentication-FIXME \
--disable-anon-authentication \ --disable-anon-authentication \
--disable-camellia \ --disable-camellia \
--disable-extra-pki \
--disable-openpgp-authentication \ --disable-openpgp-authentication \
--disable-session-ticket \ --disable-session-ticket \
--disable-openssl-compatibility \ --disable-openssl-compatibility \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment