gnome-base/gnome-keyring: fix pam plugin install location

Closes: https://bugs.gentoo.org/964367
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44472
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-11-04 15:18:56 +02:00
committed by Sam James
parent 5024958128
commit ab27e1fbdd
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
https://bugs.gentoo.org/964367
From a2ca65d362e33a23ac8439bd3222cde90c4703a2 Mon Sep 17 00:00:00 2001
From: Alfred Wingate <parona@protonmail.com>
Date: Tue, 4 Nov 2025 13:48:11 +0200
Subject: [PATCH] meson: install pam plugin to /lib64
Signed-off-by: Alfred Wingate <parona@protonmail.com>
--- a/pam/meson.build
+++ b/pam/meson.build
@@ -33,7 +33,7 @@ libpam_gkr = shared_library('pam_gnome_keyring',
link_depends: pam_gkr_symbolmap,
include_directories: config_h_inc,
install: true,
- install_dir: get_option('libdir') / 'security',
+ install_dir: '/' / get_option('libdir') / 'security',
)
libpam_gkr_dep = declare_dependency(
--
2.51.2

View File

@@ -51,6 +51,9 @@ PATCHES=(
# bug #964549
# https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/101
"${FILESDIR}/gnome-keyring-48.0-disable-libcap-ng-automagic.patch"
# bug #964367
"${FILESDIR}/gnome-keyring-48.0-fix-pam-install.patch"
)
pkg_setup() {