summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-01-23 23:24:20 +1300
committerMike Gilbert <floppym@gentoo.org>2021-01-24 12:39:42 -0500
commit811c7e411281c4c911890175b7615cb1971851a7 (patch)
treec28228dd29b1bb4cb26fe36023676ddfd8bbbb43 /sys-libs/db/db-5.1.29-r2.ebuild
parentx11-wm/icewm: Bump to version 2.1.1 (diff)
downloadgentoo-811c7e411281c4c911890175b7615cb1971851a7.tar.gz
gentoo-811c7e411281c4c911890175b7615cb1971851a7.tar.bz2
gentoo-811c7e411281c4c911890175b7615cb1971851a7.zip
sys-libs/db: use tc-ld-force-bfd instead of tc-ld-disable-gold
ld.bfd is forced due to sys-libs/db requiring the --default-symver ldflag, which is not present in either ld.gold or ld.lld Closes: https://bugs.gentoo.org/595108 Closes: https://bugs.gentoo.org/729510 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19171
Diffstat (limited to 'sys-libs/db/db-5.1.29-r2.ebuild')
-rw-r--r--sys-libs/db/db-5.1.29-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-5.1.29-r2.ebuild b/sys-libs/db/db-5.1.29-r2.ebuild
index 210615eeed80..56046db05acf 100644
--- a/sys-libs/db/db-5.1.29-r2.ebuild
+++ b/sys-libs/db/db-5.1.29-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
@@ -128,7 +128,7 @@ src_configure() {
$(use_enable test)
)
- tc-ld-disable-gold #470634
+ tc-ld-force-bfd #470634 #729510
# compilation with -O0 fails on amd64, see bug #171231
if use amd64; then