gentoo-ebuilds/app-crypt/libsecret/files/libsecret-0.21.7-fix-installing-pam-module.patch
Sam James 261a0f2f53
app-crypt/libsecret: fix installing PAM module
Closes: https://bugs.gentoo.org/946867
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-29 12:20:15 +01:00

22 lines
628 B
Diff

https://bugs.gentoo.org/946867
https://gitlab.gnome.org/GNOME/libsecret/-/issues/90
https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/165
From 797d1aa18b232a91fe46253f2404fe579cdb9565 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20Pen=C3=9Fel?= <johannesp@posteo.net>
Date: Sun, 13 Apr 2025 17:55:21 +0000
Subject: [PATCH] meson: install PAM module
--- a/pam/meson.build
+++ b/pam/meson.build
@@ -16,6 +16,8 @@ pam_gnome_keyring = shared_library('pam_gnome_keyring',
'-D_GNU_SOURCE',
],
name_prefix: '',
+ install: true,
+ install_dir: get_option('libdir') / 'security',
)
# pam tests
--
GitLab