Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 662269 Details for
Bug 744487
sys-libs/libsemanage: Calls pkg-config directly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-sys-libs-libsemanage-Use-tc-getPKG_CONFIG-where-appr.patch (text/plain), 1.19 KB, created by
Fergus Dall
on 2020-09-24 08:39:51 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fergus Dall
Created:
2020-09-24 08:39:51 UTC
Size:
1.19 KB
patch
obsolete
>From fbb03975aaaf79f0546a5b6f5999e3bcbe4c2dc2 Mon Sep 17 00:00:00 2001 >From: Fergus Dall <sidereal@google.com> >Date: Thu, 24 Sep 2020 18:27:56 +1000 >Subject: [PATCH] sys-libs/libsemanage: Use tc-getPKG_CONFIG where appropriate > >A couple of emake commands were calling pkg_config directly instead of >using tc-getPKG_CONFIG. > >Closes: https://bugs.gentoo.org/ >Signed-off-by: Fergus Dall <sidereal@google.com> >--- > sys-libs/libsemanage/libsemanage-9999.ebuild | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild >index f41d7dffde..d2a35054ae 100644 >--- a/sys-libs/libsemanage/libsemanage-9999.ebuild >+++ b/sys-libs/libsemanage/libsemanage-9999.ebuild >@@ -87,6 +87,7 @@ multilib_src_compile() { > emake \ > AR="$(tc-getAR)" \ > CC="$(tc-getCC)" \ >+ PKG_CONFIG="$(tc-getPKG_CONFIG)" \ > LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ > "$@" > } >@@ -104,6 +105,7 @@ multilib_src_install() { > installation_py() { > emake DESTDIR="${ED}" \ > LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ >+ PKG_CONFIG="$(tc-getPKG_CONFIG)" \ > install-pywrap > python_optimize # bug 531638 > } >-- >2.28.0.681.g6f77f65b4e-goog >
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 744487
:
662266
| 662269