summaryrefslogtreecommitdiff
path: root/package/pam/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-12 11:33:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-12 11:34:06 +0200
commit050f4039f46c6a92efe83674eed86d5a3c929f76 (patch)
treea5351c6fd28af4f515d3837d6bce7c1a3e9bbd37 /package/pam/patches
parent151c074253e7a27933fd6964e2bb89a6371f8724 (diff)
pam: disable pie
Diffstat (limited to 'package/pam/patches')
-rw-r--r--package/pam/patches/patch-meson_build11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pam/patches/patch-meson_build b/package/pam/patches/patch-meson_build
new file mode 100644
index 000000000..dd47c8e64
--- /dev/null
+++ b/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',
+ ],