Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 586804 Details for
Bug 690322
sys-libs/pam[-split-usr] creates broken symlinks in /lib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
pam.patch (text/plain), 1.27 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2019-08-15 00:09:47 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2019-08-15 00:09:47 UTC
Size:
1.27 KB
patch
obsolete
>From 8e7d776dfcbf565ea3cb54bd4a6eec3e4cf4a322 Mon Sep 17 00:00:00 2001 >From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >Date: Thu, 15 Aug 2019 00:06:27 +0000 >Subject: [PATCH] sys-libs/pam: Drop unnecessary code for creation of symlinks. > >Fixes: https://bugs.gentoo.org/690322 >Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >--- > sys-libs/pam/pam-1.3.1-r1.ebuild | 16 +--------------- > 1 file changed, 1 insertion(+), 15 deletions(-) > >diff --git a/sys-libs/pam/pam-1.3.1-r1.ebuild b/sys-libs/pam/pam-1.3.1-r1.ebuild >index d81d66ac2dd..55df5eecea7 100644 >--- a/sys-libs/pam/pam-1.3.1-r1.ebuild >+++ b/sys-libs/pam/pam-1.3.1-r1.ebuild >@@ -81,21 +81,7 @@ multilib_src_install() { > emake DESTDIR="${D}" install \ > sepermitlockdir="${EPREFIX}/run/sepermit" > >- local prefix >- if multilib_is_native_abi; then >- prefix= >- gen_usr_ldscript -a pam pamc pam_misc >- else >- prefix=/usr >- fi >- >- # create extra symlinks just in case something depends on them... >- local lib >- for lib in pam pamc pam_misc; do >- if ! [[ -f "${ED}"${prefix}/$(get_libdir)/lib${lib}$(get_libname) ]]; then >- dosym lib${lib}$(get_libname 0) ${prefix}/$(get_libdir)/lib${lib}$(get_libname) >- fi >- done >+ gen_usr_ldscript -a pam pam_misc pamc > } > > multilib_src_install_all() { >-- >2.22.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 690322
:
583812
| 586804