diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 13:16:07 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-03 13:19:37 +0000 |
commit | a3776a155ad89d1ed4b0c475c7467a6f10340f11 (patch) | |
tree | 8df5b6cf45a992022b59377efc3c254a85fb7bc4 /sys-devel/binutils-hppa64 | |
parent | sys-devel/gdb: expliictly disable debuginfod (diff) | |
download | gentoo-a3776a155ad89d1ed4b0c475c7467a6f10340f11.tar.gz gentoo-a3776a155ad89d1ed4b0c475c7467a6f10340f11.tar.bz2 gentoo-a3776a155ad89d1ed4b0c475c7467a6f10340f11.zip |
sys-devel/binutils-hppa64: 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-devel/binutils-hppa64')
3 files changed, 15 insertions, 3 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild index d7d459bca525..9eace9459ce4 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.34-r2.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-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 @@ -258,6 +258,10 @@ src_configure() { # Change SONAME to avoid conflict across # {native,cross}/binutils, binutils-libs. #666100 --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st) + + # avoid automagic dependency on (currently prefix) systems + # systems with debuginfod library, bug #754753 + --without-debuginfod ) echo ./configure "${myconf[@]}" "${S}"/configure "${myconf[@]}" || die diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.35.1-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.35.1-r1.ebuild index 7fc606f9e346..e007720179e4 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.35.1-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-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 @@ -249,6 +249,10 @@ src_configure() { # Change SONAME to avoid conflict across # {native,cross}/binutils, binutils-libs. #666100 --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st) + + # avoid automagic dependency on (currently prefix) systems + # systems with debuginfod library, bug #754753 + --without-debuginfod ) echo ./configure "${myconf[@]}" "${S}"/configure "${myconf[@]}" || die diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.35.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.35.1.ebuild index baeec28e3432..27d0f88efc67 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.35.1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-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 @@ -249,6 +249,10 @@ src_configure() { # Change SONAME to avoid conflict across # {native,cross}/binutils, binutils-libs. #666100 --with-extra-soversion-suffix=gentoo-${CATEGORY}-${PN}-$(usex multitarget mt st) + + # avoid automagic dependency on (currently prefix) systems + # systems with debuginfod library, bug #754753 + --without-debuginfod ) echo ./configure "${myconf[@]}" "${S}"/configure "${myconf[@]}" || die |