FreeBSD Bugzilla – Attachment 244947 Details for
Bug 273798
devel/binutils: binutils is missing a required shared library: libdebuginfod.so.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Depend on devel/elfutils if found in $LOCALBASE.
0001-devel-binutils-Add-devel-elfutils-LIB_DEPENDS-when-d.patch (text/plain), 998 bytes, created by
Cy Schubert
on 2023-09-17 01:48:52 UTC
(
hide
)
Description:
Depend on devel/elfutils if found in $LOCALBASE.
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2023-09-17 01:48:52 UTC
Size:
998 bytes
patch
obsolete
>From 93efcd8c55adb0960101664ac62465def4c2913c Mon Sep 17 00:00:00 2001 >From: Cy Schubert <cy@FreeBSD.org> >Date: Sat, 16 Sep 2023 18:40:57 -0700 >Subject: [PATCH] devel/binutils: Add devel/elfutils LIB_DEPENDS when > discovered > >binutils auto-discovers libdebuginfod.so existence in $LOCALBASE >and if found, it will use it. Add a LIB_DEPPENDS for devel/elfutils >in that case to ensure that the package database properly records >the dependency. > >PR: 273798 >--- > devel/binutils/Makefile | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile >index 7114e9a98614..ef8ff54898f2 100644 >--- a/devel/binutils/Makefile >+++ b/devel/binutils/Makefile >@@ -125,6 +125,11 @@ INFO= as \ > sframe-spec > .endif > >+# In case devel/elfutils has been previously installed. >+.if exists(${LOCALBASE}/lib/libdebuginfod.so) >+LIB_DEPENDS+= libdebuginfod.so:devel/elfutils >+.endif >+ > .include <bsd.port.pre.mk> > > # Actual earliest version may differ slightly >-- >2.41.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 273798
:
244905
|
244947
|
244949