mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
22 lines
628 B
Diff
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
|