about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/glib-networking/disable-pkcs11-tests.patch
blob: 43a37878b56c9218786941860a17df6e233b71cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/meson.build b/meson.build
index 0b3b8c0..7f6ce09 100644
--- a/meson.build
+++ b/meson.build
@@ -86,7 +86,7 @@ if gnutls_dep.found()
   backends += ['gnutls']
   # test-specific, maybe move to tls/tests
   if cc.has_function('gnutls_pkcs11_init', prefix: '#include <gnutls/pkcs11.h>', dependencies: gnutls_dep)
-    config_h.set10('HAVE_GNUTLS_PKCS11', true)
+    config_h.set10('HAVE_GNUTLS_PKCS11', false)
   endif
 endif