mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
committed by
Sam James
parent
5024958128
commit
ab27e1fbdd
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user