@@ -0,0 +1,11 @@
+--- linux-pam-1.7.0.orig/meson.build 2024-10-24 10:00:00.000000000 +0200
++++ linux-pam-1.7.0/meson.build 2025-04-11 18:17:54.666763491 +0200
+@@ -2,7 +2,7 @@ project('Linux-PAM', 'c',
+ version: '1.7.0',
+ license: 'BSD-3-Clause OR GPL-2.0-or-later',
+ default_options: [
+- 'b_pie=true',
++ 'b_pie=false',
+ 'prefix=/usr',
+ 'warning_level=2',
+ ],