diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 13:19:24 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 13:19:37 +0000 |
commit | 864294c55ff5c1a6c4dc6a473e415b7326868cf9 (patch) | |
tree | b979a346af08138f45aada9b9566ac8b6ccec30d /sys-libs | |
parent | sys-devel/binutils-hppa64: expliictly disable debuginfod (diff) | |
download | gentoo-864294c55ff5c1a6c4dc6a473e415b7326868cf9.tar.gz gentoo-864294c55ff5c1a6c4dc6a473e415b7326868cf9.tar.bz2 gentoo-864294c55ff5c1a6c4dc6a473e415b7326868cf9.zip |
sys-libs/binutils-libs: expliictly disable debuginfod
Fixed-by: Fabian Groffen
Reported-by: Jason Cooper
Bug: https://bugs.gentoo.org/754753
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/binutils-libs/binutils-libs-2.34-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/binutils-libs/binutils-libs-2.35.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/binutils-libs/binutils-libs-2.35.1.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys-libs/binutils-libs/binutils-libs-2.34-r2.ebuild b/sys-libs/binutils-libs/binutils-libs-2.34-r2.ebuild index 1158cebbca70..8675331d46b4 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.34-r2.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.34-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -85,6 +85,10 @@ multilib_src_configure() { # USE=multitarget change size of global arrays # USE=64-bit-bfd changes data structures of exported API --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st)-$(usex 64-bit-bfd 64 def) + + # avoid automagic dependency on (currently prefix) systems + # systems with debuginfod library, bug #754753 + --without-debuginfod ) # mips can't do hash-style=gnu ... diff --git a/sys-libs/binutils-libs/binutils-libs-2.35.1-r1.ebuild b/sys-libs/binutils-libs/binutils-libs-2.35.1-r1.ebuild index ce1815ce5de2..d29ea18cffd1 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.35.1-r1.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.35.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -85,6 +85,10 @@ multilib_src_configure() { # USE=multitarget change size of global arrays # USE=64-bit-bfd changes data structures of exported API --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st)-$(usex 64-bit-bfd 64 def) + + # avoid automagic dependency on (currently prefix) systems + # systems with debuginfod library, bug #754753 + --without-debuginfod ) # mips can't do hash-style=gnu ... diff --git a/sys-libs/binutils-libs/binutils-libs-2.35.1.ebuild b/sys-libs/binutils-libs/binutils-libs-2.35.1.ebuild index f9d5c21bb08d..c3c5ba2d3e9c 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.35.1.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.35.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -85,6 +85,10 @@ multilib_src_configure() { # USE=multitarget change size of global arrays # USE=64-bit-bfd changes data structures of exported API --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st)-$(usex 64-bit-bfd 64 def) + + # avoid automagic dependency on (currently prefix) systems + # systems with debuginfod library, bug #754753 + --without-debuginfod ) # mips can't do hash-style=gnu ... |