build of gnutls-3.2.11 (use-flags pkcs11) fails with: "error: 'P11_KIT_MODULE_TRUSTED' undeclared" As this constant was added first in p11-kit-0.19.2 (see http://upstream-tracker.org/compat_reports/p11-kit/0.19.1_to_0.19.2/abi_compat_report.html), gnutls-3 should depend on at least this p11-kit version. Using this p11-kit version resolved the issue on my machine. Reproducible: Always
thanks!