Browse Source

pam: disable pie

Waldemar Brodkorb 1 month ago
parent
commit
050f4039f4
1 changed files with 11 additions and 0 deletions
  1. 11 0
      package/pam/patches/patch-meson_build

+ 11 - 0
package/pam/patches/patch-meson_build

@@ -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',
+         ],