Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 278495 Details for
Bug 373343
app-admin/eselect: modules/env.eselect shall not let ldconfig update SONAME symlinks
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the issue
0001-modules-env-call-ldconfig-with-X-to-not-update-symli.patch (text/plain), 677 bytes, created by
Michał Górny
on 2011-06-28 14:00:24 UTC
(
hide
)
Description:
Patch to fix the issue
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2011-06-28 14:00:24 UTC
Size:
677 bytes
patch
obsolete
>From 50b273413c828d2e2fbfa229ad1fc05810e537d5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> >Date: Tue, 28 Jun 2011 16:00:33 +0200 >Subject: [PATCH] modules/env: call ldconfig with '-X' to not update symlinks. > >--- > modules/env.eselect | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/modules/env.eselect b/modules/env.eselect >index acb88ea..b96044b 100644 >--- a/modules/env.eselect >+++ b/modules/env.eselect >@@ -230,7 +230,7 @@ update_ldcache() { > echo "Regenerating ${ROOT}/etc/ld.so.cache..." > ( > cd / >- ldconfig ${1} -r "${ROOT:-/}" >+ ldconfig -X ${1} -r "${ROOT:-/}" > ) > ;; > esac >-- >1.7.6 >
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 373343
: 278495