blob: dd47c8e64cece121025c6c375e198dacecc908c2 (
plain)
1
2
3
4
5
6
7
8
9
10
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',
],
|