[glib-networking] Disable building PKCS#11 backend by default
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Disable building PKCS#11 backend by default
- Date: Tue, 22 May 2018 00:23:09 +0000 (UTC)
commit 9cc21bef31af8cc4ee0a73890e9597d0670b7d5d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Mon May 21 19:20:25 2018 -0500
Disable building PKCS#11 backend by default
This backend has never been enabled at runtime, except when the
GIO_USE_TLS=gnutls-pkcs11 environment variable is set. I'm quite
uncertain as to whether it should continue to exist or not. So let's
disable it. If nobody complains, I'll probably delete the code, but
let's keep the code around for now to be on the safe side.
https://bugzilla.gnome.org/show_bug.cgi?id=793281
meson_options.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 1e04d19..93b34c0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
option('libproxy_support', type: 'boolean', value: true, description: 'support for libproxy proxy
configration')
option('gnome_proxy_support', type: 'boolean', value: true, description: 'support for GNOME desktop proxy
configuration')
-option('pkcs11_support', type: 'boolean', value: true, description: 'support for PKCS#11 using p11-kit')
+option('pkcs11_support', type: 'boolean', value: false, description: 'support for PKCS#11 using p11-kit')
option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests')
option('static_modules', type: 'boolean', value: false, description: 'build static modules')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]