commit:     5e9d4bb2feb541221d614d327843226803ccfed2
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Fri Feb 21 09:07:00 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 12:18:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9d4bb2

net-libs/xdp-tools: forcing ld.bfd is no longer necessary

1.5.0 improved its portability and no longer uses the linker directly.

Bug: https://bugs.gentoo.org/916591
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/40682
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/xdp-tools/xdp-tools-1.5.2.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-libs/xdp-tools/xdp-tools-1.5.2.ebuild 
b/net-libs/xdp-tools/xdp-tools-1.5.2.ebuild
index 0ed747f71d13..885bb21c9bf0 100644
--- a/net-libs/xdp-tools/xdp-tools-1.5.2.ebuild
+++ b/net-libs/xdp-tools/xdp-tools-1.5.2.ebuild
@@ -51,9 +51,6 @@ src_configure() {
        # filter LDFLAGS some more: #916591
        filter-ldflags -Wl,--{icf,lto}*
 
-       # force ld.bfd: #916591
-       tc-ld-force-bfd
-
        export CC="$(tc-getCC)"
        export PREFIX="${EPREFIX}/usr"
        export LIBDIR="${PREFIX}/$(get_libdir)"

Reply via email to