Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 538022 Details for
Bug 652146
sys-devel/gdb-8.1-r1 automagic dependency on dev-libs/mpfr
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
gdb.patch (text/plain), 1.21 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2018-07-01 19:57:00 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2018-07-01 19:57:00 UTC
Size:
1.21 KB
patch
obsolete
>From f0a5d1756dd9a42e5fd2f209158d940134bad512 Mon Sep 17 00:00:00 2001 >From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >Date: Sun, 1 Jul 2018 21:48:51 +0200 >Subject: [PATCH] sys-devel/gdb: Depend on dev-libs/mpfr only with > USE="client". > >Do not pass --with-mpfr option which only sets paths for searching >headers and libraries, resulting in using -Iyes/include and -Lyes/lib. > >Bug: https://bugs.gentoo.org/652146 >--- > sys-devel/gdb/gdb-8.1-r1.ebuild | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/sys-devel/gdb/gdb-8.1-r1.ebuild b/sys-devel/gdb/gdb-8.1-r1.ebuild >index a98d71a9625..b87d0a28928 100644 >--- a/sys-devel/gdb/gdb-8.1-r1.ebuild >+++ b/sys-devel/gdb/gdb-8.1-r1.ebuild >@@ -69,9 +69,9 @@ REQUIRED_USE=" > " > > RDEPEND=" >- dev-libs/mpfr:= > server? ( !dev-util/gdbserver ) > client? ( >+ dev-libs/mpfr:= > >=sys-libs/ncurses-5.2-r2:0= > sys-libs/readline:0= > lzma? ( app-arch/xz-utils ) >@@ -119,7 +119,6 @@ src_configure() { > local myconf=( > --with-pkgversion="$(gdb_branding)" > --with-bugurl='https://bugs.gentoo.org/' >- --with-mpfr > --disable-werror > # Disable modules that are in a combined binutils/gdb tree. #490566 > --disable-{binutils,etc,gas,gold,gprof,ld} >-- >2.18.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 652146
:
538022
|
538036