index 936eff8..2ae14f2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
-@@ -8,3 +8,4 @@ option('bashcompdir', type: 'string', value: '', description: 'Override default
- option('bash_completion', type: 'feature', value: 'auto', description: 'Install bash completion files')
- option('tpm2', type: 'boolean', value: false, description: 'With TPM2 Software Stack')
- option('pam', type: 'boolean', value: false, description: 'Build PAM module')
-+option('pam-tests', type: 'boolean', value: true, description: 'Build PAM Tests')
+@@ -61,3 +61,8 @@
+ description: 'Build PAM module',
+ )
+
++option('pam-tests',
++ type: 'boolean',
++ value: true,
++ description: 'Build PAM Tests'
++)
diff --git a/pam/meson.build b/pam/meson.build
index 8413b58..5155329 100644
--- a/pam/meson.build
DEPENDS += "glib-2.0 libgcrypt gettext-native"
SRC_URI += "file://0001-meson-add-option-to-disable-pam-tests.patch"
-SRC_URI[archive.sha256sum] = "747b8c175be108c880d3adfb9c3537ea66e520e4ad2dccf5dce58003aeeca090"
+SRC_URI[archive.sha256sum] = "6b452e4750590a2b5617adc40026f28d2f4903de15f1250e1d1c40bfd68ed55e"
EXTRA_OEMESON += "-Dpam-tests=false"